Html Css Color HEX #B9C61F Rio Grande

📋 copy color: '#B9C61F'

red 185 ◦ green 198 ◦ blue 31

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

Shades of Rio Grande #B9C61F

Tints of Rio Grande #B9C61F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.83%

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

R = 44.69%
G = 47.83%
B = 7.49%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#B9C61F (or 0xB9C61F) is known color: Rio Grande. HEX triplet: B9, C6 and 1F. RGB value is (185,198,31). Sum of RGB (Red+Green+Blue) = 185+198+31=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 198 (77.73% from 255 or 47.83% from 414); Blue value is 31 (12.5% from 255 or 7.49% from 414); Max value from RGB is 198 - color contains mainly: green. Hex color #B9C61F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C61F is #4639E0. Grayscale: #AFAFAF. Windows color (decimal): -4602337 or 2082489. OLE color: 2082489.

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

Color convert

RGB 185 198 31 -
CMYK 0.07 0 0.84 0.22
HSL 64.67º 0.73% 0.45% -
HSV(B) 64.67º 0.84% 0.78% -
XYZ 40.45 50.8 8.97 -
YUV 175.08 46.69 135.08 -
System Red Green Blue C M Y K H S L
Decimal 185 198 31 0.07 0 0.84 0.22 64.67 0.73 0.45
Hex B9 C6 1F 7 0 54 16 41 49 2D
Octal 271 306 37 7 0 124 26 101 111 55
Binary 10111001 11000110 11111 111 0 1010100 10110 1000001 1001001 101101

Color Harmonies of #B9C61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C61F

Black with #B9C61F

Text Example


Text Example

White with #B9C61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C61F; }

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

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

background-color css

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

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

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

border-color css

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

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

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