Html Css Color HEX #C3CA1B Rio Grande

📋 copy color: '#C3CA1B'

red 195 ◦ green 202 ◦ blue 27

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

Shades of Rio Grande #C3CA1B

Tints of Rio Grande #C3CA1B

RGB

 RED value IS 195 (76.56% from 255) = 45.99%

 GREEN value IS 202 (79.3% from 255) = 47.64%

 BLUE value IS 27 (10.94% from 255) = 6.37%

R = 45.99%
G = 47.64%
B = 6.37%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#C3CA1B (or 0xC3CA1B) is known color: Rio Grande. HEX triplet: C3, CA and 1B. RGB value is (195,202,27). Sum of RGB (Red+Green+Blue) = 195+202+27=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 202 (79.30% from 255 or 47.64% from 424); Blue value is 27 (10.94% from 255 or 6.37% from 424); Max value from RGB is 202 - color contains mainly: green. Hex color #C3CA1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3CA1B is #3C35E4. Grayscale: #B4B4B4. Windows color (decimal): -3945957 or 1821379. OLE color: 1821379.

HSL color Cylindrical-coordinate representation of color #C3CA1B: hue angle of 62.4º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C3CA1B is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB 195 202 27 -
CMYK 0.03 0 0.87 0.21
HSL 62.4º 0.76% 0.45% -
HSV(B) 62.4º 0.87% 0.79% -
XYZ 43.82 53.92 9.14 -
YUV 179.96 41.68 138.73 -
System Red Green Blue C M Y K H S L
Decimal 195 202 27 0.03 0 0.87 0.21 62.4 0.76 0.45
Hex C3 CA 1B 3 0 57 15 3E 4C 2D
Octal 303 312 33 3 0 127 25 76 114 55
Binary 11000011 11001010 11011 11 0 1010111 10101 111110 1001100 101101

Color Harmonies of #C3CA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CA1B

Black with #C3CA1B

Text Example


Text Example

White with #C3CA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CA1B; }

 p { color: rgb(195,202,27); }

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

background-color css

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

 a { background-color: rgb(195,202,27); }

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

border-color css

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

 span { border-color: rgb(195,202,27); }

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