Html Css Color HEX #C0B912 La Rioja

📋 copy color: '#C0B912'

red 192 ◦ green 185 ◦ blue 18

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

Shades of La Rioja #C0B912

Tints of La Rioja #C0B912

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.84%

 BLUE value IS 18 (7.42% from 255) = 4.56%

R = 48.61%
G = 46.84%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C0B912 (or 0xC0B912) is known color: La Rioja. HEX triplet: C0, B9 and 12. RGB value is (192,185,18). Sum of RGB (Red+Green+Blue) = 192+185+18=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 185 (72.66% from 255 or 46.84% from 395); Blue value is 18 (7.42% from 255 or 4.56% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B912 is #3F46ED. Grayscale: #A8A8A8. Windows color (decimal): -4146926 or 1227200. OLE color: 1227200.

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

Color convert

RGB 192 185 18 -
CMYK 0 0.04 0.91 0.25
HSL 57.59º 0.83% 0.41% -
HSV(B) 57.59º 0.91% 0.75% -
XYZ 39.2 45.95 7.38 -
YUV 168.06 43.32 145.08 -
System Red Green Blue C M Y K H S L
Decimal 192 185 18 0 0.04 0.91 0.25 57.59 0.83 0.41
Hex C0 B9 12 0 4 5B 19 3A 53 29
Octal 300 271 22 0 4 133 31 72 123 51
Binary 11000000 10111001 10010 0 100 1011011 11001 111010 1010011 101001

Color Harmonies of #C0B912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B912

Black with #C0B912

Text Example


Text Example

White with #C0B912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B912; }

 p { color: rgb(192,185,18); }

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

background-color css

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

 a { background-color: rgb(192,185,18); }

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

border-color css

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

 span { border-color: rgb(192,185,18); }

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