Html Css Color HEX #C1CC1B Rio Grande

📋 copy color: '#C1CC1B'

red 193 ◦ green 204 ◦ blue 27

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

Shades of Rio Grande #C1CC1B

Tints of Rio Grande #C1CC1B

RGB

 RED value IS 193 (75.78% from 255) = 45.52%

 GREEN value IS 204 (80.08% from 255) = 48.11%

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

R = 45.52%
G = 48.11%
B = 6.37%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#C1CC1B (or 0xC1CC1B) is known color: Rio Grande. HEX triplet: C1, CC and 1B. RGB value is (193,204,27). Sum of RGB (Red+Green+Blue) = 193+204+27=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 204 (80.08% from 255 or 48.11% from 424); Blue value is 27 (10.94% from 255 or 6.37% from 424); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CC1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CC1B is #3E33E4. Grayscale: #B5B5B5. Windows color (decimal): -4076517 or 1821889. OLE color: 1821889.

HSL color Cylindrical-coordinate representation of color #C1CC1B: hue angle of 63.73º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C1CC1B is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB 193 204 27 -
CMYK 0.05 0 0.87 0.2
HSL 63.73º 0.77% 0.45% -
HSV(B) 63.73º 0.87% 0.8% -
XYZ 43.78 54.6 9.27 -
YUV 180.53 41.36 136.89 -
System Red Green Blue C M Y K H S L
Decimal 193 204 27 0.05 0 0.87 0.2 63.73 0.77 0.45
Hex C1 CC 1B 5 0 57 14 40 4D 2D
Octal 301 314 33 5 0 127 24 100 115 55
Binary 11000001 11001100 11011 101 0 1010111 10100 1000000 1001101 101101

Color Harmonies of #C1CC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CC1B

Black with #C1CC1B

Text Example


Text Example

White with #C1CC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CC1B; }

 p { color: rgb(193,204,27); }

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

background-color css

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

 a { background-color: rgb(193,204,27); }

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

border-color css

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

 span { border-color: rgb(193,204,27); }

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