Html Css Color HEX #B2BE17 Rio Grande

📋 copy color: '#B2BE17'

red 178 ◦ green 190 ◦ blue 23

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

Shades of Rio Grande #B2BE17

Tints of Rio Grande #B2BE17

RGB

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

 GREEN value IS 190 (74.61% from 255) = 48.59%

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

R = 45.52%
G = 48.59%
B = 5.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#B2BE17 (or 0xB2BE17) is known color: Rio Grande. HEX triplet: B2, BE and 17. RGB value is (178,190,23). Sum of RGB (Red+Green+Blue) = 178+190+23=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 190 (74.61% from 255 or 48.59% from 391); Blue value is 23 (9.38% from 255 or 5.88% from 391); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BE17 is #4D41E8. Grayscale: #A8A8A8. Windows color (decimal): -5063145 or 1556146. OLE color: 1556146.

HSL color Cylindrical-coordinate representation of color #B2BE17: hue angle of 64.31º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B2BE17 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 190 23 -
CMYK 0.06 0 0.88 0.25
HSL 64.31º 0.78% 0.42% -
HSV(B) 64.31º 0.88% 0.75% -
XYZ 36.93 46.35 7.81 -
YUV 167.37 46.52 135.58 -
System Red Green Blue C M Y K H S L
Decimal 178 190 23 0.06 0 0.88 0.25 64.31 0.78 0.42
Hex B2 BE 17 6 0 58 19 40 4E 2A
Octal 262 276 27 6 0 130 31 100 116 52
Binary 10110010 10111110 10111 110 0 1011000 11001 1000000 1001110 101010

Color Harmonies of #B2BE17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BE17

Black with #B2BE17

Text Example


Text Example

White with #B2BE17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BE17; }

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

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

background-color css

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

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

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

border-color css

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

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

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