Html Css Color HEX #C0BD0A La Rioja

📋 copy color: '#C0BD0A'

red 192 ◦ green 189 ◦ blue 10

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

Shades of La Rioja #C0BD0A

Tints of La Rioja #C0BD0A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.34%

 BLUE value IS 10 (4.3% from 255) = 2.56%

R = 49.1%
G = 48.34%
B = 2.56%

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

#C0BD0A (or 0xC0BD0A) is known color: La Rioja. HEX triplet: C0, BD and 0A. RGB value is (192,189,10). Sum of RGB (Red+Green+Blue) = 192+189+10=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 10 (4.30% from 255 or 2.56% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BD0A is #3F42F5. Grayscale: #AAAAAA. Windows color (decimal): -4145910 or 703936. OLE color: 703936.

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

Color convert

RGB 192 189 10 -
CMYK 0 0.02 0.95 0.25
HSL 59.01º 0.9% 0.4% -
HSV(B) 59.01º 0.95% 0.75% -
XYZ 39.99 47.62 7.37 -
YUV 169.49 37.99 144.05 -
System Red Green Blue C M Y K H S L
Decimal 192 189 10 0 0.02 0.95 0.25 59.01 0.9 0.4
Hex C0 BD A 0 2 5F 19 3B 5A 28
Octal 300 275 12 0 2 137 31 73 132 50
Binary 11000000 10111101 1010 0 10 1011111 11001 111011 1011010 101000

Color Harmonies of #C0BD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BD0A

Black with #C0BD0A

Text Example


Text Example

White with #C0BD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BD0A; }

 p { color: rgb(192,189,10); }

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

background-color css

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

 a { background-color: rgb(192,189,10); }

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

border-color css

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

 span { border-color: rgb(192,189,10); }

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