Html Css Color HEX #B2C617 Rio Grande

📋 copy color: '#B2C617'

red 178 ◦ green 198 ◦ blue 23

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

Shades of Rio Grande #B2C617

Tints of Rio Grande #B2C617

RGB

 RED value IS 178 (69.92% from 255) = 44.61%

 GREEN value IS 198 (77.73% from 255) = 49.62%

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

R = 44.61%
G = 49.62%
B = 5.76%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#B2C617 (or 0xB2C617) is known color: Rio Grande. HEX triplet: B2, C6 and 17. RGB value is (178,198,23). Sum of RGB (Red+Green+Blue) = 178+198+23=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 198 (77.73% from 255 or 49.62% from 399); Blue value is 23 (9.38% from 255 or 5.76% from 399); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C617 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C617 is #4D39E8. Grayscale: #ACACAC. Windows color (decimal): -5061097 or 1558194. OLE color: 1558194.

HSL color Cylindrical-coordinate representation of color #B2C617: hue angle of 66.86º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B2C617 is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 198 23 -
CMYK 0.10 0 0.88 0.22
HSL 66.86º 0.79% 0.43% -
HSV(B) 66.86º 0.88% 0.78% -
XYZ 38.71 49.92 8.41 -
YUV 172.07 43.87 132.23 -
System Red Green Blue C M Y K H S L
Decimal 178 198 23 0.10 0 0.88 0.22 66.86 0.79 0.43
Hex B2 C6 17 A 0 58 16 43 4F 2B
Octal 262 306 27 12 0 130 26 103 117 53
Binary 10110010 11000110 10111 1010 0 1011000 10110 1000011 1001111 101011

Color Harmonies of #B2C617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C617

Black with #B2C617

Text Example


Text Example

White with #B2C617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C617; }

 p { color: rgb(178,198,23); }

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

background-color css

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

 a { background-color: rgb(178,198,23); }

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

border-color css

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

 span { border-color: rgb(178,198,23); }

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