Html Css Color HEX #B2BD17 Rio Grande

📋 copy color: '#B2BD17'

red 178 ◦ green 189 ◦ blue 23

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

Shades of Rio Grande #B2BD17

Tints of Rio Grande #B2BD17

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.46%

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

R = 45.64%
G = 48.46%
B = 5.9%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#B2BD17 (or 0xB2BD17) is known color: Rio Grande. HEX triplet: B2, BD and 17. RGB value is (178,189,23). Sum of RGB (Red+Green+Blue) = 178+189+23=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 189 (74.22% from 255 or 48.46% from 390); Blue value is 23 (9.38% from 255 or 5.90% from 390); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BD17 is #4D42E8. Grayscale: #A7A7A7. Windows color (decimal): -5063401 or 1555890. OLE color: 1555890.

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

Color convert

RGB 178 189 23 -
CMYK 0.06 0 0.88 0.26
HSL 63.98º 0.78% 0.42% -
HSV(B) 63.98º 0.88% 0.74% -
XYZ 36.71 45.92 7.74 -
YUV 166.79 46.86 136 -
System Red Green Blue C M Y K H S L
Decimal 178 189 23 0.06 0 0.88 0.26 63.98 0.78 0.42
Hex B2 BD 17 6 0 58 1A 40 4E 2A
Octal 262 275 27 6 0 130 32 100 116 52
Binary 10110010 10111101 10111 110 0 1011000 11010 1000000 1001110 101010

Color Harmonies of #B2BD17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BD17

Black with #B2BD17

Text Example


Text Example

White with #B2BD17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BD17; }

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

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

background-color css

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

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

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

border-color css

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

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

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