Html Css Color HEX #BCC608 La Rioja

📋 copy color: '#BCC608'

red 188 ◦ green 198 ◦ blue 8

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

Shades of La Rioja #BCC608

Tints of La Rioja #BCC608

RGB

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

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

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

R = 47.72%
G = 50.25%
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

#BCC608 (or 0xBCC608) is known color: La Rioja. HEX triplet: BC, C6 and 08. RGB value is (188,198,8). Sum of RGB (Red+Green+Blue) = 188+198+8=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 198 (77.73% from 255 or 50.25% from 394); Blue value is 8 (3.52% from 255 or 2.03% from 394); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC608 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC608 is #4339F7. Grayscale: #AEAEAE. Windows color (decimal): -4405752 or 575164. OLE color: 575164.

HSL color Cylindrical-coordinate representation of color #BCC608: hue angle of 63.16º 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 #BCC608 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 198 8 -
CMYK 0.05 0 0.96 0.22
HSL 63.16º 0.92% 0.4% -
HSV(B) 63.16º 0.96% 0.78% -
XYZ 40.98 51.1 7.93 -
YUV 173.35 34.69 138.45 -
System Red Green Blue C M Y K H S L
Decimal 188 198 8 0.05 0 0.96 0.22 63.16 0.92 0.4
Hex BC C6 8 5 0 60 16 3F 5C 28
Octal 274 306 10 5 0 140 26 77 134 50
Binary 10111100 11000110 1000 101 0 1100000 10110 111111 1011100 101000

Color Harmonies of #BCC608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC608

Black with #BCC608

Text Example


Text Example

White with #BCC608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC608; }

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

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

background-color css

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

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

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

border-color css

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

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

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