Html Css Color HEX #B9C51F Rio Grande

📋 copy color: '#B9C51F'

red 185 ◦ green 197 ◦ blue 31

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

Shades of Rio Grande #B9C51F

Tints of Rio Grande #B9C51F

RGB

 RED value IS 185 (72.66% from 255) = 44.79%

 GREEN value IS 197 (77.34% from 255) = 47.7%

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

R = 44.79%
G = 47.7%
B = 7.51%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#B9C51F (or 0xB9C51F) is known color: Rio Grande. HEX triplet: B9, C5 and 1F. RGB value is (185,197,31). Sum of RGB (Red+Green+Blue) = 185+197+31=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 197 (77.34% from 255 or 47.70% from 413); Blue value is 31 (12.5% from 255 or 7.51% from 413); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C51F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C51F is #463AE0. Grayscale: #AFAFAF. Windows color (decimal): -4602593 or 2082233. OLE color: 2082233.

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

Color convert

RGB 185 197 31 -
CMYK 0.06 0 0.84 0.23
HSL 64.34º 0.73% 0.45% -
HSV(B) 64.34º 0.84% 0.77% -
XYZ 40.22 50.35 8.89 -
YUV 174.49 47.02 135.5 -
System Red Green Blue C M Y K H S L
Decimal 185 197 31 0.06 0 0.84 0.23 64.34 0.73 0.45
Hex B9 C5 1F 6 0 54 17 40 49 2D
Octal 271 305 37 6 0 124 27 100 111 55
Binary 10111001 11000101 11111 110 0 1010100 10111 1000000 1001001 101101

Color Harmonies of #B9C51F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C51F

Black with #B9C51F

Text Example


Text Example

White with #B9C51F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C51F; }

 p { color: rgb(185,197,31); }

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

background-color css

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

 a { background-color: rgb(185,197,31); }

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

border-color css

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

 span { border-color: rgb(185,197,31); }

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