Html Css Color HEX #B9C61C Rio Grande

📋 copy color: '#B9C61C'

red 185 ◦ green 198 ◦ blue 28

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

Shades of Rio Grande #B9C61C

Tints of Rio Grande #B9C61C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.81%

R = 45.01%
G = 48.18%
B = 6.81%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#B9C61C (or 0xB9C61C) is known color: Rio Grande. HEX triplet: B9, C6 and 1C. RGB value is (185,198,28). Sum of RGB (Red+Green+Blue) = 185+198+28=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 198 (77.73% from 255 or 48.18% from 411); Blue value is 28 (11.33% from 255 or 6.81% from 411); Max value from RGB is 198 - color contains mainly: green. Hex color #B9C61C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C61C is #4639E3. Grayscale: #AFAFAF. Windows color (decimal): -4602340 or 1885881. OLE color: 1885881.

HSL color Cylindrical-coordinate representation of color #B9C61C: hue angle of 64.59º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B9C61C is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 198 28 -
CMYK 0.07 0 0.86 0.22
HSL 64.59º 0.75% 0.44% -
HSV(B) 64.59º 0.86% 0.78% -
XYZ 40.41 50.79 8.77 -
YUV 174.73 45.19 135.32 -
System Red Green Blue C M Y K H S L
Decimal 185 198 28 0.07 0 0.86 0.22 64.59 0.75 0.44
Hex B9 C6 1C 7 0 56 16 41 4B 2C
Octal 271 306 34 7 0 126 26 101 113 54
Binary 10111001 11000110 11100 111 0 1010110 10110 1000001 1001011 101100

Color Harmonies of #B9C61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C61C

Black with #B9C61C

Text Example


Text Example

White with #B9C61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C61C; }

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

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

background-color css

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

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

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

border-color css

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

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

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