Html Css Color HEX #C0BC09 La Rioja

📋 copy color: '#C0BC09'

red 192 ◦ green 188 ◦ blue 9

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

Shades of La Rioja #C0BC09

Tints of La Rioja #C0BC09

RGB

 RED value IS 192 (75.39% from 255) = 49.36%

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

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

R = 49.36%
G = 48.33%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C0BC09 (or 0xC0BC09) is known color: La Rioja. HEX triplet: C0, BC and 09. RGB value is (192,188,9). Sum of RGB (Red+Green+Blue) = 192+188+9=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 9 (3.91% from 255 or 2.31% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BC09 is #3F43F6. Grayscale: #A9A9A9. Windows color (decimal): -4146167 or 638144. OLE color: 638144.

HSL color Cylindrical-coordinate representation of color #C0BC09: hue angle of 58.69º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0BC09 is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 188 9 -
CMYK 0 0.02 0.95 0.25
HSL 58.69º 0.91% 0.39% -
HSV(B) 58.69º 0.95% 0.75% -
XYZ 39.77 47.19 7.27 -
YUV 168.79 37.83 144.55 -
System Red Green Blue C M Y K H S L
Decimal 192 188 9 0 0.02 0.95 0.25 58.69 0.91 0.39
Hex C0 BC 9 0 2 5F 19 3B 5B 27
Octal 300 274 11 0 2 137 31 73 133 47
Binary 11000000 10111100 1001 0 10 1011111 11001 111011 1011011 100111

Color Harmonies of #C0BC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BC09

Black with #C0BC09

Text Example


Text Example

White with #C0BC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BC09; }

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

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

background-color css

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

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

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

border-color css

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

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

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