Html Css Color HEX #BCC008 La Rioja

📋 copy color: '#BCC008'

red 188 ◦ green 192 ◦ blue 8

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

Shades of La Rioja #BCC008

Tints of La Rioja #BCC008

RGB

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

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

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

R = 48.45%
G = 49.48%
B = 2.06%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BCC008 (or 0xBCC008) is known color: La Rioja. HEX triplet: BC, C0 and 08. RGB value is (188,192,8). Sum of RGB (Red+Green+Blue) = 188+192+8=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 192 (75.39% from 255 or 49.48% from 388); Blue value is 8 (3.52% from 255 or 2.06% from 388); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC008 is #433FF7. Grayscale: #AAAAAA. Windows color (decimal): -4407288 or 573628. OLE color: 573628.

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

Color convert

RGB 188 192 8 -
CMYK 0.02 0 0.96 0.25
HSL 61.3º 0.92% 0.39% -
HSV(B) 61.3º 0.96% 0.75% -
XYZ 39.63 48.41 7.48 -
YUV 169.83 36.67 140.96 -
System Red Green Blue C M Y K H S L
Decimal 188 192 8 0.02 0 0.96 0.25 61.3 0.92 0.39
Hex BC C0 8 2 0 60 19 3D 5C 27
Octal 274 300 10 2 0 140 31 75 134 47
Binary 10111100 11000000 1000 10 0 1100000 11001 111101 1011100 100111

Color Harmonies of #BCC008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC008

Black with #BCC008

Text Example


Text Example

White with #BCC008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC008; }

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

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

background-color css

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

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

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

border-color css

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

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

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