Html Css Color HEX #B0C617 Rio Grande

📋 copy color: '#B0C617'

red 176 ◦ green 198 ◦ blue 23

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

Shades of Rio Grande #B0C617

Tints of Rio Grande #B0C617

RGB

 RED value IS 176 (69.14% from 255) = 44.33%

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

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

R = 44.33%
G = 49.87%
B = 5.79%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#B0C617 (or 0xB0C617) is known color: Rio Grande. HEX triplet: B0, C6 and 17. RGB value is (176,198,23). Sum of RGB (Red+Green+Blue) = 176+198+23=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 198 (77.73% from 255 or 49.87% from 397); Blue value is 23 (9.38% from 255 or 5.79% from 397); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C617 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C617 is #4F39E8. Grayscale: #ACACAC. Windows color (decimal): -5192169 or 1558192. OLE color: 1558192.

HSL color Cylindrical-coordinate representation of color #B0C617: hue angle of 67.54º 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 #B0C617 is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 198 23 -
CMYK 0.11 0 0.88 0.22
HSL 67.54º 0.79% 0.43% -
HSV(B) 67.54º 0.88% 0.78% -
XYZ 38.25 49.68 8.38 -
YUV 171.47 44.21 131.23 -
System Red Green Blue C M Y K H S L
Decimal 176 198 23 0.11 0 0.88 0.22 67.54 0.79 0.43
Hex B0 C6 17 B 0 58 16 44 4F 2B
Octal 260 306 27 13 0 130 26 104 117 53
Binary 10110000 11000110 10111 1011 0 1011000 10110 1000100 1001111 101011

Color Harmonies of #B0C617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C617

Black with #B0C617

Text Example


Text Example

White with #B0C617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C617; }

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

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

background-color css

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

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

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

border-color css

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

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

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