Html Css Color HEX #B2D41B Rio Grande

📋 copy color: '#B2D41B'

red 178 ◦ green 212 ◦ blue 27

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

Shades of Rio Grande #B2D41B

Tints of Rio Grande #B2D41B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 50.84%

 BLUE value IS 27 (10.94% from 255) = 6.47%

R = 42.69%
G = 50.84%
B = 6.47%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#B2D41B (or 0xB2D41B) is known color: Rio Grande. HEX triplet: B2, D4 and 1B. RGB value is (178,212,27). Sum of RGB (Red+Green+Blue) = 178+212+27=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 212 (83.20% from 255 or 50.84% from 417); Blue value is 27 (10.94% from 255 or 6.47% from 417); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D41B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D41B is #4D2BE4. Grayscale: #B5B5B5. Windows color (decimal): -5057509 or 1823922. OLE color: 1823922.

HSL color Cylindrical-coordinate representation of color #B2D41B: hue angle of 71.03º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2D41B is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 178 212 27 -
CMYK 0.16 0 0.87 0.17
HSL 71.03º 0.77% 0.47% -
HSV(B) 71.03º 0.87% 0.83% -
XYZ 42.1 56.63 9.75 -
YUV 180.74 41.24 126.04 -
System Red Green Blue C M Y K H S L
Decimal 178 212 27 0.16 0 0.87 0.17 71.03 0.77 0.47
Hex B2 D4 1B 10 0 57 11 47 4D 2F
Octal 262 324 33 20 0 127 21 107 115 57
Binary 10110010 11010100 11011 10000 0 1010111 10001 1000111 1001101 101111

Color Harmonies of #B2D41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D41B

Black with #B2D41B

Text Example


Text Example

White with #B2D41B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D41B; }

 p { color: rgb(178,212,27); }

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

background-color css

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

 a { background-color: rgb(178,212,27); }

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

border-color css

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

 span { border-color: rgb(178,212,27); }

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