Html Css Color HEX #B2D017 Rio Grande

📋 copy color: '#B2D017'

red 178 ◦ green 208 ◦ blue 23

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

Shades of Rio Grande #B2D017

Tints of Rio Grande #B2D017

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50.86%

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

R = 43.52%
G = 50.86%
B = 5.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#B2D017 (or 0xB2D017) is known color: Rio Grande. HEX triplet: B2, D0 and 17. RGB value is (178,208,23). Sum of RGB (Red+Green+Blue) = 178+208+23=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 208 (81.64% from 255 or 50.86% from 409); Blue value is 23 (9.38% from 255 or 5.62% from 409); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D017 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D017 is #4D2FE8. Grayscale: #B2B2B2. Windows color (decimal): -5058537 or 1560754. OLE color: 1560754.

HSL color Cylindrical-coordinate representation of color #B2D017: hue angle of 69.73º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B2D017 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 208 23 -
CMYK 0.14 0 0.89 0.18
HSL 69.73º 0.8% 0.45% -
HSV(B) 69.73º 0.89% 0.82% -
XYZ 41.07 54.64 9.19 -
YUV 177.94 40.56 128.04 -
System Red Green Blue C M Y K H S L
Decimal 178 208 23 0.14 0 0.89 0.18 69.73 0.8 0.45
Hex B2 D0 17 E 0 59 12 46 50 2D
Octal 262 320 27 16 0 131 22 106 120 55
Binary 10110010 11010000 10111 1110 0 1011001 10010 1000110 1010000 101101

Color Harmonies of #B2D017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D017

Black with #B2D017

Text Example


Text Example

White with #B2D017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D017; }

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

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

background-color css

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

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

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

border-color css

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

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

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