Html Css Color HEX #BDC508 La Rioja

📋 copy color: '#BDC508'

red 189 ◦ green 197 ◦ blue 8

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

Shades of La Rioja #BDC508

Tints of La Rioja #BDC508

RGB

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

 GREEN value IS 197 (77.34% from 255) = 50%

 BLUE value IS 8 (3.52% from 255) = 2.03%

R = 47.97%
G = 50%
B = 2.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#BDC508 (or 0xBDC508) is known color: La Rioja. HEX triplet: BD, C5 and 08. RGB value is (189,197,8). Sum of RGB (Red+Green+Blue) = 189+197+8=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 197 (77.34% from 255 or 50% from 394); Blue value is 8 (3.52% from 255 or 2.03% from 394); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC508 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC508 is #423AF7. Grayscale: #ADADAD. Windows color (decimal): -4340472 or 574909. OLE color: 574909.

HSL color Cylindrical-coordinate representation of color #BDC508: hue angle of 62.54º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDC508 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 197 8 -
CMYK 0.04 0 0.96 0.23
HSL 62.54º 0.92% 0.4% -
HSV(B) 62.54º 0.96% 0.77% -
XYZ 41 50.77 7.87 -
YUV 173.06 34.85 139.37 -
System Red Green Blue C M Y K H S L
Decimal 189 197 8 0.04 0 0.96 0.23 62.54 0.92 0.4
Hex BD C5 8 4 0 60 17 3F 5C 28
Octal 275 305 10 4 0 140 27 77 134 50
Binary 10111101 11000101 1000 100 0 1100000 10111 111111 1011100 101000

Color Harmonies of #BDC508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC508

Black with #BDC508

Text Example


Text Example

White with #BDC508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC508; }

 p { color: rgb(189,197,8); }

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

background-color css

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

 a { background-color: rgb(189,197,8); }

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

border-color css

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

 span { border-color: rgb(189,197,8); }

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