Html Css Color HEX #B9C81B Rio Grande

📋 copy color: '#B9C81B'

red 185 ◦ green 200 ◦ blue 27

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

Shades of Rio Grande #B9C81B

Tints of Rio Grande #B9C81B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.54%

 BLUE value IS 27 (10.94% from 255) = 6.55%

R = 44.9%
G = 48.54%
B = 6.55%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#B9C81B (or 0xB9C81B) is known color: Rio Grande. HEX triplet: B9, C8 and 1B. RGB value is (185,200,27). Sum of RGB (Red+Green+Blue) = 185+200+27=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 200 (78.52% from 255 or 48.54% from 412); Blue value is 27 (10.94% from 255 or 6.55% from 412); Max value from RGB is 200 - color contains mainly: green. Hex color #B9C81B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C81B is #4637E4. Grayscale: #B0B0B0. Windows color (decimal): -4601829 or 1820857. OLE color: 1820857.

HSL color Cylindrical-coordinate representation of color #B9C81B: hue angle of 65.2º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B9C81B is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 200 27 -
CMYK 0.08 0 0.86 0.22
HSL 65.2º 0.76% 0.45% -
HSV(B) 65.2º 0.87% 0.78% -
XYZ 40.86 51.7 8.86 -
YUV 175.79 44.03 134.57 -
System Red Green Blue C M Y K H S L
Decimal 185 200 27 0.08 0 0.86 0.22 65.2 0.76 0.45
Hex B9 C8 1B 8 0 56 16 41 4C 2D
Octal 271 310 33 10 0 126 26 101 114 55
Binary 10111001 11001000 11011 1000 0 1010110 10110 1000001 1001100 101101

Color Harmonies of #B9C81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C81B

Black with #B9C81B

Text Example


Text Example

White with #B9C81B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C81B; }

 p { color: rgb(185,200,27); }

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

background-color css

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

 a { background-color: rgb(185,200,27); }

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

border-color css

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

 span { border-color: rgb(185,200,27); }

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