Html Css Color HEX #B9BC2F Rio Grande

📋 copy color: '#B9BC2F'

red 185 ◦ green 188 ◦ blue 47

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

Shades of Rio Grande #B9BC2F

Tints of Rio Grande #B9BC2F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.76%

 BLUE value IS 47 (18.75% from 255) = 11.19%

R = 44.05%
G = 44.76%
B = 11.19%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#B9BC2F (or 0xB9BC2F) is known color: Rio Grande. HEX triplet: B9, BC and 2F. RGB value is (185,188,47). Sum of RGB (Red+Green+Blue) = 185+188+47=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 47 (18.75% from 255 or 11.19% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BC2F is #4643D0. Grayscale: #ABABAB. Windows color (decimal): -4604881 or 3128505. OLE color: 3128505.

HSL color Cylindrical-coordinate representation of color #B9BC2F: hue angle of 61.28º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B9BC2F is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 188 47 -
CMYK 0.02 0 0.75 0.26
HSL 61.28º 0.6% 0.46% -
HSV(B) 61.28º 0.75% 0.74% -
XYZ 38.5 46.49 9.63 -
YUV 171.03 58.01 137.96 -
System Red Green Blue C M Y K H S L
Decimal 185 188 47 0.02 0 0.75 0.26 61.28 0.6 0.46
Hex B9 BC 2F 2 0 4B 1A 3D 3C 2E
Octal 271 274 57 2 0 113 32 75 74 56
Binary 10111001 10111100 101111 10 0 1001011 11010 111101 111100 101110

Color Harmonies of #B9BC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BC2F

Black with #B9BC2F

Text Example


Text Example

White with #B9BC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BC2F; }

 p { color: rgb(185,188,47); }

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

background-color css

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

 a { background-color: rgb(185,188,47); }

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

border-color css

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

 span { border-color: rgb(185,188,47); }

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