Html Css Color HEX #BCBD08 La Rioja

📋 copy color: '#BCBD08'

red 188 ◦ green 189 ◦ blue 8

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

Shades of La Rioja #BCBD08

Tints of La Rioja #BCBD08

RGB

 RED value IS 188 (73.83% from 255) = 48.83%

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

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

R = 48.83%
G = 49.09%
B = 2.08%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BCBD08 (or 0xBCBD08) is known color: La Rioja. HEX triplet: BC, BD and 08. RGB value is (188,189,8). Sum of RGB (Red+Green+Blue) = 188+189+8=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 189 (74.22% from 255 or 49.09% from 385); Blue value is 8 (3.52% from 255 or 2.08% from 385); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBD08 is #4342F7. Grayscale: #A8A8A8. Windows color (decimal): -4408056 or 572860. OLE color: 572860.

HSL color Cylindrical-coordinate representation of color #BCBD08: hue angle of 60.33º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCBD08 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 189 8 -
CMYK 0.01 0 0.96 0.26
HSL 60.33º 0.92% 0.39% -
HSV(B) 60.33º 0.96% 0.74% -
XYZ 38.98 47.1 7.27 -
YUV 168.07 37.67 142.22 -
System Red Green Blue C M Y K H S L
Decimal 188 189 8 0.01 0 0.96 0.26 60.33 0.92 0.39
Hex BC BD 8 1 0 60 1A 3C 5C 27
Octal 274 275 10 1 0 140 32 74 134 47
Binary 10111100 10111101 1000 1 0 1100000 11010 111100 1011100 100111

Color Harmonies of #BCBD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBD08

Black with #BCBD08

Text Example


Text Example

White with #BCBD08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBD08; }

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

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

background-color css

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

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

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

border-color css

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

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

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