Html Css Color HEX #C0CB24 Rio Grande

📋 copy color: '#C0CB24'

red 192 ◦ green 203 ◦ blue 36

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

Shades of Rio Grande #C0CB24

Tints of Rio Grande #C0CB24

RGB

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

 GREEN value IS 203 (79.69% from 255) = 47.1%

 BLUE value IS 36 (14.45% from 255) = 8.35%

R = 44.55%
G = 47.1%
B = 8.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#C0CB24 (or 0xC0CB24) is known color: Rio Grande. HEX triplet: C0, CB and 24. RGB value is (192,203,36). Sum of RGB (Red+Green+Blue) = 192+203+36=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 36 (14.45% from 255 or 8.35% from 431); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CB24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CB24 is #3F34DB. Grayscale: #B5B5B5. Windows color (decimal): -4142300 or 2411456. OLE color: 2411456.

HSL color Cylindrical-coordinate representation of color #C0CB24: hue angle of 63.95º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0CB24 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 203 36 -
CMYK 0.05 0 0.82 0.20
HSL 63.95º 0.7% 0.47% -
HSV(B) 63.95º 0.82% 0.8% -
XYZ 43.41 54.05 9.81 -
YUV 180.67 46.36 136.08 -
System Red Green Blue C M Y K H S L
Decimal 192 203 36 0.05 0 0.82 0.20 63.95 0.7 0.47
Hex C0 CB 24 5 0 52 14 40 46 2F
Octal 300 313 44 5 0 122 24 100 106 57
Binary 11000000 11001011 100100 101 0 1010010 10100 1000000 1000110 101111

Color Harmonies of #C0CB24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CB24

Black with #C0CB24

Text Example


Text Example

White with #C0CB24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CB24; }

 p { color: rgb(192,203,36); }

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

background-color css

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

 a { background-color: rgb(192,203,36); }

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

border-color css

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

 span { border-color: rgb(192,203,36); }

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