Html Css Color HEX #C0BF29 Rio Grande

📋 copy color: '#C0BF29'

red 192 ◦ green 191 ◦ blue 41

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

Shades of Rio Grande #C0BF29

Tints of Rio Grande #C0BF29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.67%

R = 45.28%
G = 45.05%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C0BF29 (or 0xC0BF29) is known color: Rio Grande. HEX triplet: C0, BF and 29. RGB value is (192,191,41). Sum of RGB (Red+Green+Blue) = 192+191+41=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 191 (75% from 255 or 45.05% from 424); Blue value is 41 (16.41% from 255 or 9.67% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BF29 is #3F40D6. Grayscale: #AEAEAE. Windows color (decimal): -4145367 or 2736064. OLE color: 2736064.

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

Color convert

RGB 192 191 41 -
CMYK 0 0.01 0.79 0.25
HSL 59.6º 0.65% 0.46% -
HSV(B) 59.6º 0.79% 0.75% -
XYZ 40.77 48.63 9.34 -
YUV 174.2 52.83 140.7 -
System Red Green Blue C M Y K H S L
Decimal 192 191 41 0 0.01 0.79 0.25 59.6 0.65 0.46
Hex C0 BF 29 0 1 4F 19 3C 41 2E
Octal 300 277 51 0 1 117 31 74 101 56
Binary 11000000 10111111 101001 0 1 1001111 11001 111100 1000001 101110

Color Harmonies of #C0BF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF29

Black with #C0BF29

Text Example


Text Example

White with #C0BF29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF29; }

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

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

background-color css

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

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

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

border-color css

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

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

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