Html Css Color HEX #B2BD16 Rio Grande

📋 copy color: '#B2BD16'

red 178 ◦ green 189 ◦ blue 22

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

Shades of Rio Grande #B2BD16

Tints of Rio Grande #B2BD16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.66%

R = 45.76%
G = 48.59%
B = 5.66%

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

#B2BD16 (or 0xB2BD16) is known color: Rio Grande. HEX triplet: B2, BD and 16. RGB value is (178,189,22). Sum of RGB (Red+Green+Blue) = 178+189+22=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 189 (74.22% from 255 or 48.59% from 389); Blue value is 22 (8.98% from 255 or 5.66% from 389); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BD16 is #4D42E9. Grayscale: #A7A7A7. Windows color (decimal): -5063402 or 1490354. OLE color: 1490354.

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

Color convert

RGB 178 189 22 -
CMYK 0.06 0 0.88 0.26
HSL 63.95º 0.79% 0.41% -
HSV(B) 63.95º 0.88% 0.74% -
XYZ 36.7 45.92 7.69 -
YUV 166.67 46.36 136.08 -
System Red Green Blue C M Y K H S L
Decimal 178 189 22 0.06 0 0.88 0.26 63.95 0.79 0.41
Hex B2 BD 16 6 0 58 1A 40 4F 29
Octal 262 275 26 6 0 130 32 100 117 51
Binary 10110010 10111101 10110 110 0 1011000 11010 1000000 1001111 101001

Color Harmonies of #B2BD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BD16

Black with #B2BD16

Text Example


Text Example

White with #B2BD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BD16; }

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

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

background-color css

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

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

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

border-color css

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

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

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