Html Css Color HEX #B9C026 Rio Grande

📋 copy color: '#B9C026'

red 185 ◦ green 192 ◦ blue 38

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

Shades of Rio Grande #B9C026

Tints of Rio Grande #B9C026

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.27%

 BLUE value IS 38 (15.23% from 255) = 9.16%

R = 44.58%
G = 46.27%
B = 9.16%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#B9C026 (or 0xB9C026) is known color: Rio Grande. HEX triplet: B9, C0 and 26. RGB value is (185,192,38). Sum of RGB (Red+Green+Blue) = 185+192+38=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 38 (15.23% from 255 or 9.16% from 415); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C026 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C026 is #463FD9. Grayscale: #ACACAC. Windows color (decimal): -4603866 or 2539705. OLE color: 2539705.

HSL color Cylindrical-coordinate representation of color #B9C026: hue angle of 62.73º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B9C026 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 192 38 -
CMYK 0.04 0 0.80 0.25
HSL 62.73º 0.67% 0.45% -
HSV(B) 62.73º 0.8% 0.75% -
XYZ 39.21 48.15 9.06 -
YUV 172.35 52.18 137.02 -
System Red Green Blue C M Y K H S L
Decimal 185 192 38 0.04 0 0.80 0.25 62.73 0.67 0.45
Hex B9 C0 26 4 0 50 19 3F 43 2D
Octal 271 300 46 4 0 120 31 77 103 55
Binary 10111001 11000000 100110 100 0 1010000 11001 111111 1000011 101101

Color Harmonies of #B9C026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C026

Black with #B9C026

Text Example


Text Example

White with #B9C026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C026; }

 p { color: rgb(185,192,38); }

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

background-color css

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

 a { background-color: rgb(185,192,38); }

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

border-color css

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

 span { border-color: rgb(185,192,38); }

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