Html Css Color HEX #B1CA17 Rio Grande

📋 copy color: '#B1CA17'

red 177 ◦ green 202 ◦ blue 23

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

Shades of Rio Grande #B1CA17

Tints of Rio Grande #B1CA17

RGB

 RED value IS 177 (69.53% from 255) = 44.03%

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

 BLUE value IS 23 (9.38% from 255) = 5.72%

R = 44.03%
G = 50.25%
B = 5.72%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#B1CA17 (or 0xB1CA17) is known color: Rio Grande. HEX triplet: B1, CA and 17. RGB value is (177,202,23). Sum of RGB (Red+Green+Blue) = 177+202+23=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 202 (79.30% from 255 or 50.25% from 402); Blue value is 23 (9.38% from 255 or 5.72% from 402); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1CA17 is #4E35E8. Grayscale: #AEAEAE. Windows color (decimal): -5125609 or 1559217. OLE color: 1559217.

HSL color Cylindrical-coordinate representation of color #B1CA17: hue angle of 68.38º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B1CA17 is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 202 23 -
CMYK 0.12 0 0.89 0.21
HSL 68.38º 0.8% 0.44% -
HSV(B) 68.38º 0.89% 0.79% -
XYZ 39.41 51.65 8.7 -
YUV 174.12 42.72 130.05 -
System Red Green Blue C M Y K H S L
Decimal 177 202 23 0.12 0 0.89 0.21 68.38 0.8 0.44
Hex B1 CA 17 C 0 59 15 44 50 2C
Octal 261 312 27 14 0 131 25 104 120 54
Binary 10110001 11001010 10111 1100 0 1011001 10101 1000100 1010000 101100

Color Harmonies of #B1CA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CA17

Black with #B1CA17

Text Example


Text Example

White with #B1CA17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CA17; }

 p { color: rgb(177,202,23); }

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

background-color css

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

 a { background-color: rgb(177,202,23); }

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

border-color css

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

 span { border-color: rgb(177,202,23); }

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