Html Css Color HEX #BCC306 La Rioja

📋 copy color: '#BCC306'

red 188 ◦ green 195 ◦ blue 6

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

Shades of La Rioja #BCC306

Tints of La Rioja #BCC306

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.13%

 BLUE value IS 6 (2.73% from 255) = 1.54%

R = 48.33%
G = 50.13%
B = 1.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#BCC306 (or 0xBCC306) is known color: La Rioja. HEX triplet: BC, C3 and 06. RGB value is (188,195,6). Sum of RGB (Red+Green+Blue) = 188+195+6=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 195 (76.56% from 255 or 50.13% from 389); Blue value is 6 (2.73% from 255 or 1.54% from 389); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC306 is #433CF9. Grayscale: #ACACAC. Windows color (decimal): -4406522 or 443324. OLE color: 443324.

HSL color Cylindrical-coordinate representation of color #BCC306: hue angle of 62.22º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BCC306 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 195 6 -
CMYK 0.04 0 0.97 0.24
HSL 62.22º 0.94% 0.39% -
HSV(B) 62.22º 0.97% 0.76% -
XYZ 40.29 49.73 7.65 -
YUV 171.36 34.68 139.87 -
System Red Green Blue C M Y K H S L
Decimal 188 195 6 0.04 0 0.97 0.24 62.22 0.94 0.39
Hex BC C3 6 4 0 61 18 3E 5E 27
Octal 274 303 6 4 0 141 30 76 136 47
Binary 10111100 11000011 110 100 0 1100001 11000 111110 1011110 100111

Color Harmonies of #BCC306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC306

Black with #BCC306

Text Example


Text Example

White with #BCC306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC306; }

 p { color: rgb(188,195,6); }

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

background-color css

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

 a { background-color: rgb(188,195,6); }

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

border-color css

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

 span { border-color: rgb(188,195,6); }

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