Html Css Color HEX #C0BF21 Rio Grande

📋 copy color: '#C0BF21'

red 192 ◦ green 191 ◦ blue 33

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

Shades of Rio Grande #C0BF21

Tints of Rio Grande #C0BF21

RGB

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

 GREEN value IS 191 (75% from 255) = 45.91%

 BLUE value IS 33 (13.28% from 255) = 7.93%

R = 46.15%
G = 45.91%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C0BF21 (or 0xC0BF21) is known color: Rio Grande. HEX triplet: C0, BF and 21. RGB value is (192,191,33). Sum of RGB (Red+Green+Blue) = 192+191+33=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 191 (75% from 255 or 45.91% from 416); Blue value is 33 (13.28% from 255 or 7.93% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BF21 is #3F40DE. Grayscale: #ADADAD. Windows color (decimal): -4145375 or 2211776. OLE color: 2211776.

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

Color convert

RGB 192 191 33 -
CMYK 0 0.01 0.83 0.25
HSL 59.62º 0.71% 0.44% -
HSV(B) 59.62º 0.83% 0.75% -
XYZ 40.64 48.58 8.67 -
YUV 173.29 48.83 141.35 -
System Red Green Blue C M Y K H S L
Decimal 192 191 33 0 0.01 0.83 0.25 59.62 0.71 0.44
Hex C0 BF 21 0 1 53 19 3C 47 2C
Octal 300 277 41 0 1 123 31 74 107 54
Binary 11000000 10111111 100001 0 1 1010011 11001 111100 1000111 101100

Color Harmonies of #C0BF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF21

Black with #C0BF21

Text Example


Text Example

White with #C0BF21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF21; }

 p { color: rgb(192,191,33); }

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

background-color css

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

 a { background-color: rgb(192,191,33); }

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

border-color css

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

 span { border-color: rgb(192,191,33); }

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