Html Css Color HEX #BDC608 La Rioja

📋 copy color: '#BDC608'

red 189 ◦ green 198 ◦ blue 8

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

Shades of La Rioja #BDC608

Tints of La Rioja #BDC608

RGB

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

 GREEN value IS 198 (77.73% from 255) = 50.13%

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

R = 47.85%
G = 50.13%
B = 2.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#BDC608 (or 0xBDC608) is known color: La Rioja. HEX triplet: BD, C6 and 08. RGB value is (189,198,8). Sum of RGB (Red+Green+Blue) = 189+198+8=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 198 (77.73% from 255 or 50.13% from 395); Blue value is 8 (3.52% from 255 or 2.03% from 395); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC608 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC608 is #4239F7. Grayscale: #AEAEAE. Windows color (decimal): -4340216 or 575165. OLE color: 575165.

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

Color convert

RGB 189 198 8 -
CMYK 0.05 0 0.96 0.22
HSL 62.84º 0.92% 0.4% -
HSV(B) 62.84º 0.96% 0.78% -
XYZ 41.22 51.22 7.94 -
YUV 173.65 34.52 138.95 -
System Red Green Blue C M Y K H S L
Decimal 189 198 8 0.05 0 0.96 0.22 62.84 0.92 0.4
Hex BD C6 8 5 0 60 16 3F 5C 28
Octal 275 306 10 5 0 140 26 77 134 50
Binary 10111101 11000110 1000 101 0 1100000 10110 111111 1011100 101000

Color Harmonies of #BDC608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC608

Black with #BDC608

Text Example


Text Example

White with #BDC608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC608; }

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

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

background-color css

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

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

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

border-color css

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

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

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