Html Css Color HEX #B7C128 Rio Grande

📋 copy color: '#B7C128'

red 183 ◦ green 193 ◦ blue 40

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

Shades of Rio Grande #B7C128

Tints of Rio Grande #B7C128

RGB

 RED value IS 183 (71.88% from 255) = 43.99%

 GREEN value IS 193 (75.78% from 255) = 46.39%

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

R = 43.99%
G = 46.39%
B = 9.62%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#B7C128 (or 0xB7C128) is known color: Rio Grande. HEX triplet: B7, C1 and 28. RGB value is (183,193,40). Sum of RGB (Red+Green+Blue) = 183+193+40=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 40 (16.02% from 255 or 9.62% from 416); Max value from RGB is 193 - color contains mainly: green. Hex color #B7C128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C128 is #483ED7. Grayscale: #ADADAD. Windows color (decimal): -4734680 or 2671031. OLE color: 2671031.

HSL color Cylindrical-coordinate representation of color #B7C128: hue angle of 63.92º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B7C128 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 183 193 40 -
CMYK 0.05 0 0.79 0.24
HSL 63.92º 0.66% 0.46% -
HSV(B) 63.92º 0.79% 0.76% -
XYZ 38.98 48.36 9.29 -
YUV 172.57 53.19 135.44 -
System Red Green Blue C M Y K H S L
Decimal 183 193 40 0.05 0 0.79 0.24 63.92 0.66 0.46
Hex B7 C1 28 5 0 4F 18 40 42 2E
Octal 267 301 50 5 0 117 30 100 102 56
Binary 10110111 11000001 101000 101 0 1001111 11000 1000000 1000010 101110

Color Harmonies of #B7C128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C128

Black with #B7C128

Text Example


Text Example

White with #B7C128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C128; }

 p { color: rgb(183,193,40); }

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

background-color css

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

 a { background-color: rgb(183,193,40); }

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

border-color css

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

 span { border-color: rgb(183,193,40); }

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