Html Css Color HEX #B0C71F Rio Grande

📋 copy color: '#B0C71F'

red 176 ◦ green 199 ◦ blue 31

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

Shades of Rio Grande #B0C71F

Tints of Rio Grande #B0C71F

RGB

 RED value IS 176 (69.14% from 255) = 43.35%

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

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

R = 43.35%
G = 49.01%
B = 7.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#B0C71F (or 0xB0C71F) is known color: Rio Grande. HEX triplet: B0, C7 and 1F. RGB value is (176,199,31). Sum of RGB (Red+Green+Blue) = 176+199+31=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 199 (78.12% from 255 or 49.01% from 406); Blue value is 31 (12.5% from 255 or 7.64% from 406); Max value from RGB is 199 - color contains mainly: green. Hex color #B0C71F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C71F is #4F38E0. Grayscale: #ADADAD. Windows color (decimal): -5191905 or 2082736. OLE color: 2082736.

HSL color Cylindrical-coordinate representation of color #B0C71F: hue angle of 68.21º 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 #B0C71F is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 199 31 -
CMYK 0.12 0 0.84 0.22
HSL 68.21º 0.73% 0.45% -
HSV(B) 68.21º 0.84% 0.78% -
XYZ 38.58 50.18 8.95 -
YUV 172.97 47.88 130.16 -
System Red Green Blue C M Y K H S L
Decimal 176 199 31 0.12 0 0.84 0.22 68.21 0.73 0.45
Hex B0 C7 1F C 0 54 16 44 49 2D
Octal 260 307 37 14 0 124 26 104 111 55
Binary 10110000 11000111 11111 1100 0 1010100 10110 1000100 1001001 101101

Color Harmonies of #B0C71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C71F

Black with #B0C71F

Text Example


Text Example

White with #B0C71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C71F; }

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

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

background-color css

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

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

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

border-color css

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

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

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