Html Css Color HEX #B7C228 Rio Grande

📋 copy color: '#B7C228'

red 183 ◦ green 194 ◦ blue 40

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

Shades of Rio Grande #B7C228

Tints of Rio Grande #B7C228

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.52%

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

R = 43.88%
G = 46.52%
B = 9.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#B7C228 (or 0xB7C228) is known color: Rio Grande. HEX triplet: B7, C2 and 28. RGB value is (183,194,40). Sum of RGB (Red+Green+Blue) = 183+194+40=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 40 (16.02% from 255 or 9.59% from 417); Max value from RGB is 194 - color contains mainly: green. Hex color #B7C228 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C228 is #483DD7. Grayscale: #ADADAD. Windows color (decimal): -4734424 or 2671287. OLE color: 2671287.

HSL color Cylindrical-coordinate representation of color #B7C228: hue angle of 64.29º 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 #B7C228 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 183 194 40 -
CMYK 0.06 0 0.79 0.24
HSL 64.29º 0.66% 0.46% -
HSV(B) 64.29º 0.79% 0.76% -
XYZ 39.2 48.8 9.36 -
YUV 173.16 52.86 135.02 -
System Red Green Blue C M Y K H S L
Decimal 183 194 40 0.06 0 0.79 0.24 64.29 0.66 0.46
Hex B7 C2 28 6 0 4F 18 40 42 2E
Octal 267 302 50 6 0 117 30 100 102 56
Binary 10110111 11000010 101000 110 0 1001111 11000 1000000 1000010 101110

Color Harmonies of #B7C228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C228

Black with #B7C228

Text Example


Text Example

White with #B7C228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C228; }

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

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

background-color css

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

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

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

border-color css

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

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

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