Html Css Color HEX #B9C428 Rio Grande

📋 copy color: '#B9C428'

red 185 ◦ green 196 ◦ blue 40

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

Shades of Rio Grande #B9C428

Tints of Rio Grande #B9C428

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.56%

 BLUE value IS 40 (16.02% from 255) = 9.5%

R = 43.94%
G = 46.56%
B = 9.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#B9C428 (or 0xB9C428) is known color: Rio Grande. HEX triplet: B9, C4 and 28. RGB value is (185,196,40). Sum of RGB (Red+Green+Blue) = 185+196+40=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 196 (76.95% from 255 or 46.56% from 421); Blue value is 40 (16.02% from 255 or 9.50% from 421); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C428 is #463BD7. Grayscale: #AFAFAF. Windows color (decimal): -4602840 or 2671801. OLE color: 2671801.

HSL color Cylindrical-coordinate representation of color #B9C428: hue angle of 64.23º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B9C428 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 185 196 40 -
CMYK 0.06 0 0.80 0.23
HSL 64.23º 0.66% 0.46% -
HSV(B) 64.23º 0.8% 0.77% -
XYZ 40.13 49.95 9.53 -
YUV 174.93 51.86 135.18 -
System Red Green Blue C M Y K H S L
Decimal 185 196 40 0.06 0 0.80 0.23 64.23 0.66 0.46
Hex B9 C4 28 6 0 50 17 40 42 2E
Octal 271 304 50 6 0 120 27 100 102 56
Binary 10111001 11000100 101000 110 0 1010000 10111 1000000 1000010 101110

Color Harmonies of #B9C428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C428

Black with #B9C428

Text Example


Text Example

White with #B9C428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C428; }

 p { color: rgb(185,196,40); }

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

background-color css

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

 a { background-color: rgb(185,196,40); }

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

border-color css

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

 span { border-color: rgb(185,196,40); }

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