Html Css Color HEX #BDC003 La Rioja

📋 copy color: '#BDC003'

red 189 ◦ green 192 ◦ blue 3

#BDC003
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #BDC003

Tints of La Rioja #BDC003

RGB

 RED value IS 189 (74.22% from 255) = 49.22%

 GREEN value IS 192 (75.39% from 255) = 50%

 BLUE value IS 3 (1.56% from 255) = 0.78%

R = 49.22%
G = 50%
B = 0.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDC003 (or 0xBDC003) is known color: La Rioja. HEX triplet: BD, C0 and 03. RGB value is (189,192,3). Sum of RGB (Red+Green+Blue) = 189+192+3=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 3 (1.56% from 255 or 0.78% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC003 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC003 is #423FFC. Grayscale: #AAAAAA. Windows color (decimal): -4341757 or 245949. OLE color: 245949.

HSL color Cylindrical-coordinate representation of color #BDC003: hue angle of 60.95º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDC003 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 3 -
CMYK 0.02 0 0.98 0.25
HSL 60.95º 0.97% 0.38% -
HSV(B) 60.95º 0.98% 0.75% -
XYZ 39.85 48.52 7.35 -
YUV 169.56 34.01 141.87 -
System Red Green Blue C M Y K H S L
Decimal 189 192 3 0.02 0 0.98 0.25 60.95 0.97 0.38
Hex BD C0 3 2 0 62 19 3D 61 26
Octal 275 300 3 2 0 142 31 75 141 46
Binary 10111101 11000000 11 10 0 1100010 11001 111101 1100001 100110

Color Harmonies of #BDC003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC003

Black with #BDC003

Text Example


Text Example

White with #BDC003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC003; }

 p { color: rgb(189,192,3); }

 H1.HeaderClassName
 {
   color: #BDC003;
 }
 .AnyTagClassName
 {
   color: #BDC003;
 }
</style>

background-color css

<style>
 a { background-color: #BDC003; }

 a { background-color: rgb(189,192,3); }

 div.DivClassName
 {
   background-color: #BDC003;
 }
 .BgClassName
 {
   background-color: #BDC003;
 }
</style>

border-color css

<style>
 span { border-color: #BDC003; }

 span { border-color: rgb(189,192,3); }

 td.TdClassName
 {
   border-color: #BDC003;
 }
 .TagClassName
 {
   border-color: #BDC003;
 }
</style>