Html Css Color HEX #BCC808 La Rioja

📋 copy color: '#BCC808'

red 188 ◦ green 200 ◦ blue 8

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

Shades of La Rioja #BCC808

Tints of La Rioja #BCC808

RGB

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

 GREEN value IS 200 (78.52% from 255) = 50.51%

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

R = 47.47%
G = 50.51%
B = 2.02%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#BCC808 (or 0xBCC808) is known color: La Rioja. HEX triplet: BC, C8 and 08. RGB value is (188,200,8). Sum of RGB (Red+Green+Blue) = 188+200+8=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 200 (78.52% from 255 or 50.51% from 396); Blue value is 8 (3.52% from 255 or 2.02% from 396); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC808 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC808 is #4337F7. Grayscale: #AFAFAF. Windows color (decimal): -4405240 or 575676. OLE color: 575676.

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

Color convert

RGB 188 200 8 -
CMYK 0.06 0 0.96 0.22
HSL 63.75º 0.92% 0.41% -
HSV(B) 63.75º 0.96% 0.78% -
XYZ 41.44 52.02 8.09 -
YUV 174.52 34.02 137.61 -
System Red Green Blue C M Y K H S L
Decimal 188 200 8 0.06 0 0.96 0.22 63.75 0.92 0.41
Hex BC C8 8 6 0 60 16 40 5C 29
Octal 274 310 10 6 0 140 26 100 134 51
Binary 10111100 11001000 1000 110 0 1100000 10110 1000000 1011100 101001

Color Harmonies of #BCC808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC808

Black with #BCC808

Text Example


Text Example

White with #BCC808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC808; }

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

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

background-color css

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

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

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

border-color css

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

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

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