Html Css Color HEX #B1CF1F Rio Grande

📋 copy color: '#B1CF1F'

red 177 ◦ green 207 ◦ blue 31

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

Shades of Rio Grande #B1CF1F

Tints of Rio Grande #B1CF1F

RGB

 RED value IS 177 (69.53% from 255) = 42.65%

 GREEN value IS 207 (81.25% from 255) = 49.88%

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

R = 42.65%
G = 49.88%
B = 7.47%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#B1CF1F (or 0xB1CF1F) is known color: Rio Grande. HEX triplet: B1, CF and 1F. RGB value is (177,207,31). Sum of RGB (Red+Green+Blue) = 177+207+31=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 207 (81.25% from 255 or 49.88% from 415); Blue value is 31 (12.5% from 255 or 7.47% from 415); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CF1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1CF1F is #4E30E0. Grayscale: #B2B2B2. Windows color (decimal): -5124321 or 2084785. OLE color: 2084785.

HSL color Cylindrical-coordinate representation of color #B1CF1F: hue angle of 70.23º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B1CF1F is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 207 31 -
CMYK 0.14 0 0.85 0.19
HSL 70.23º 0.74% 0.47% -
HSV(B) 70.23º 0.85% 0.81% -
XYZ 40.69 54.07 9.59 -
YUV 177.97 45.06 127.31 -
System Red Green Blue C M Y K H S L
Decimal 177 207 31 0.14 0 0.85 0.19 70.23 0.74 0.47
Hex B1 CF 1F E 0 55 13 46 4A 2F
Octal 261 317 37 16 0 125 23 106 112 57
Binary 10110001 11001111 11111 1110 0 1010101 10011 1000110 1001010 101111

Color Harmonies of #B1CF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CF1F

Black with #B1CF1F

Text Example


Text Example

White with #B1CF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CF1F; }

 p { color: rgb(177,207,31); }

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

background-color css

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

 a { background-color: rgb(177,207,31); }

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

border-color css

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

 span { border-color: rgb(177,207,31); }

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