Html Css Color HEX #C2BC06 La Rioja

📋 copy color: '#C2BC06'

red 194 ◦ green 188 ◦ blue 6

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

Shades of La Rioja #C2BC06

Tints of La Rioja #C2BC06

RGB

 RED value IS 194 (76.17% from 255) = 50%

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

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

R = 50%
G = 48.45%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C2BC06 (or 0xC2BC06) is known color: La Rioja. HEX triplet: C2, BC and 06. RGB value is (194,188,6). Sum of RGB (Red+Green+Blue) = 194+188+6=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 6 (2.73% from 255 or 1.55% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BC06 is #3D43F9. Grayscale: #A9A9A9. Windows color (decimal): -4015098 or 441538. OLE color: 441538.

HSL color Cylindrical-coordinate representation of color #C2BC06: hue angle of 58.09º 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 #C2BC06 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 188 6 -
CMYK 0 0.03 0.97 0.24
HSL 58.09º 0.94% 0.39% -
HSV(B) 58.09º 0.97% 0.76% -
XYZ 40.26 47.45 7.21 -
YUV 169.05 35.99 145.8 -
System Red Green Blue C M Y K H S L
Decimal 194 188 6 0 0.03 0.97 0.24 58.09 0.94 0.39
Hex C2 BC 6 0 3 61 18 3A 5E 27
Octal 302 274 6 0 3 141 30 72 136 47
Binary 11000010 10111100 110 0 11 1100001 11000 111010 1011110 100111

Color Harmonies of #C2BC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BC06

Black with #C2BC06

Text Example


Text Example

White with #C2BC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BC06; }

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

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

background-color css

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

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

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

border-color css

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

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

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