Html Css Color HEX #BDC004 La Rioja

📋 copy color: '#BDC004'

red 189 ◦ green 192 ◦ blue 4

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

Shades of La Rioja #BDC004

Tints of La Rioja #BDC004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.04%

R = 49.09%
G = 49.87%
B = 1.04%

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

#BDC004 (or 0xBDC004) is known color: La Rioja. HEX triplet: BD, C0 and 04. RGB value is (189,192,4). Sum of RGB (Red+Green+Blue) = 189+192+4=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 4 (1.95% from 255 or 1.04% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC004 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC004 is #423FFB. Grayscale: #AAAAAA. Windows color (decimal): -4341756 or 311485. OLE color: 311485.

HSL color Cylindrical-coordinate representation of color #BDC004: hue angle of 60.96º degrees, saturation: 0.96, 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 #BDC004 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 4 -
CMYK 0.02 0 0.98 0.25
HSL 60.96º 0.96% 0.38% -
HSV(B) 60.96º 0.98% 0.75% -
XYZ 39.86 48.53 7.38 -
YUV 169.67 34.51 141.79 -
System Red Green Blue C M Y K H S L
Decimal 189 192 4 0.02 0 0.98 0.25 60.96 0.96 0.38
Hex BD C0 4 2 0 62 19 3D 60 26
Octal 275 300 4 2 0 142 31 75 140 46
Binary 10111101 11000000 100 10 0 1100010 11001 111101 1100000 100110

Color Harmonies of #BDC004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC004

Black with #BDC004

Text Example


Text Example

White with #BDC004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC004; }

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

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

background-color css

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

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

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

border-color css

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

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

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