Html Css Color HEX #B2C71F Rio Grande

📋 copy color: '#B2C71F'

red 178 ◦ green 199 ◦ blue 31

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

Shades of Rio Grande #B2C71F

Tints of Rio Grande #B2C71F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 48.77%

 BLUE value IS 31 (12.5% from 255) = 7.6%

R = 43.63%
G = 48.77%
B = 7.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#B2C71F (or 0xB2C71F) is known color: Rio Grande. HEX triplet: B2, C7 and 1F. RGB value is (178,199,31). Sum of RGB (Red+Green+Blue) = 178+199+31=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 199 (78.12% from 255 or 48.77% from 408); Blue value is 31 (12.5% from 255 or 7.60% from 408); Max value from RGB is 199 - color contains mainly: green. Hex color #B2C71F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C71F is #4D38E0. Grayscale: #AEAEAE. Windows color (decimal): -5060833 or 2082738. OLE color: 2082738.

HSL color Cylindrical-coordinate representation of color #B2C71F: hue angle of 67.5º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B2C71F is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 199 31 -
CMYK 0.11 0 0.84 0.22
HSL 67.5º 0.73% 0.45% -
HSV(B) 67.5º 0.84% 0.78% -
XYZ 39.03 50.41 8.97 -
YUV 173.57 47.54 131.16 -
System Red Green Blue C M Y K H S L
Decimal 178 199 31 0.11 0 0.84 0.22 67.5 0.73 0.45
Hex B2 C7 1F B 0 54 16 44 49 2D
Octal 262 307 37 13 0 124 26 104 111 55
Binary 10110010 11000111 11111 1011 0 1010100 10110 1000100 1001001 101101

Color Harmonies of #B2C71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C71F

Black with #B2C71F

Text Example


Text Example

White with #B2C71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C71F; }

 p { color: rgb(178,199,31); }

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

background-color css

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

 a { background-color: rgb(178,199,31); }

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

border-color css

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

 span { border-color: rgb(178,199,31); }

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