Html Css Color HEX #B7C71F Rio Grande

📋 copy color: '#B7C71F'

red 183 ◦ green 199 ◦ blue 31

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

Shades of Rio Grande #B7C71F

Tints of Rio Grande #B7C71F

RGB

 RED value IS 183 (71.88% from 255) = 44.31%

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

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

R = 44.31%
G = 48.18%
B = 7.51%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#B7C71F (or 0xB7C71F) is known color: Rio Grande. HEX triplet: B7, C7 and 1F. RGB value is (183,199,31). Sum of RGB (Red+Green+Blue) = 183+199+31=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 199 (78.12% from 255 or 48.18% from 413); Blue value is 31 (12.5% from 255 or 7.51% from 413); Max value from RGB is 199 - color contains mainly: green. Hex color #B7C71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C71F is #4838E0. Grayscale: #AFAFAF. Windows color (decimal): -4733153 or 2082743. OLE color: 2082743.

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

Color convert

RGB 183 199 31 -
CMYK 0.08 0 0.84 0.22
HSL 65.71º 0.73% 0.45% -
HSV(B) 65.71º 0.84% 0.78% -
XYZ 40.2 51.01 9.02 -
YUV 175.06 46.7 133.66 -
System Red Green Blue C M Y K H S L
Decimal 183 199 31 0.08 0 0.84 0.22 65.71 0.73 0.45
Hex B7 C7 1F 8 0 54 16 42 49 2D
Octal 267 307 37 10 0 124 26 102 111 55
Binary 10110111 11000111 11111 1000 0 1010100 10110 1000010 1001001 101101

Color Harmonies of #B7C71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C71F

Black with #B7C71F

Text Example


Text Example

White with #B7C71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C71F; }

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

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

background-color css

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

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

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

border-color css

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

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

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