Html Css Color HEX #C0B818 La Rioja

📋 copy color: '#C0B818'

red 192 ◦ green 184 ◦ blue 24

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

Shades of La Rioja #C0B818

Tints of La Rioja #C0B818

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46%

 BLUE value IS 24 (9.77% from 255) = 6%

R = 48%
G = 46%
B = 6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C0B818 (or 0xC0B818) is known color: La Rioja. HEX triplet: C0, B8 and 18. RGB value is (192,184,24). Sum of RGB (Red+Green+Blue) = 192+184+24=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 184 (72.27% from 255 or 46% from 400); Blue value is 24 (9.77% from 255 or 6% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B818 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B818 is #3F47E7. Grayscale: #A8A8A8. Windows color (decimal): -4147176 or 1620160. OLE color: 1620160.

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

Color convert

RGB 192 184 24 -
CMYK 0 0.04 0.88 0.25
HSL 57.14º 0.78% 0.42% -
HSV(B) 57.14º 0.88% 0.75% -
XYZ 39.04 45.55 7.6 -
YUV 168.15 46.65 145.01 -
System Red Green Blue C M Y K H S L
Decimal 192 184 24 0 0.04 0.88 0.25 57.14 0.78 0.42
Hex C0 B8 18 0 4 58 19 39 4E 2A
Octal 300 270 30 0 4 130 31 71 116 52
Binary 11000000 10111000 11000 0 100 1011000 11001 111001 1001110 101010

Color Harmonies of #C0B818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B818

Black with #C0B818

Text Example


Text Example

White with #C0B818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B818; }

 p { color: rgb(192,184,24); }

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

background-color css

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

 a { background-color: rgb(192,184,24); }

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

border-color css

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

 span { border-color: rgb(192,184,24); }

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