Html Css Color HEX #C2BC09 La Rioja

📋 copy color: '#C2BC09'

red 194 ◦ green 188 ◦ blue 9

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

Shades of La Rioja #C2BC09

Tints of La Rioja #C2BC09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.3%

R = 49.62%
G = 48.08%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C2BC09 (or 0xC2BC09) is known color: La Rioja. HEX triplet: C2, BC and 09. RGB value is (194,188,9). Sum of RGB (Red+Green+Blue) = 194+188+9=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 9 (3.91% from 255 or 2.30% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BC09 is #3D43F6. Grayscale: #AAAAAA. Windows color (decimal): -4015095 or 638146. OLE color: 638146.

HSL color Cylindrical-coordinate representation of color #C2BC09: hue angle of 58.05º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2BC09 is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 188 9 -
CMYK 0 0.03 0.95 0.24
HSL 58.05º 0.91% 0.4% -
HSV(B) 58.05º 0.95% 0.76% -
XYZ 40.28 47.46 7.3 -
YUV 169.39 37.49 145.55 -
System Red Green Blue C M Y K H S L
Decimal 194 188 9 0 0.03 0.95 0.24 58.05 0.91 0.4
Hex C2 BC 9 0 3 5F 18 3A 5B 28
Octal 302 274 11 0 3 137 30 72 133 50
Binary 11000010 10111100 1001 0 11 1011111 11000 111010 1011011 101000

Color Harmonies of #C2BC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BC09

Black with #C2BC09

Text Example


Text Example

White with #C2BC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BC09; }

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

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

background-color css

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

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

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

border-color css

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

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

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