Html Css Color HEX #B6C628 Rio Grande

📋 copy color: '#B6C628'

red 182 ◦ green 198 ◦ blue 40

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

Shades of Rio Grande #B6C628

Tints of Rio Grande #B6C628

RGB

 RED value IS 182 (71.48% from 255) = 43.33%

 GREEN value IS 198 (77.73% from 255) = 47.14%

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

R = 43.33%
G = 47.14%
B = 9.52%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#B6C628 (or 0xB6C628) is known color: Rio Grande. HEX triplet: B6, C6 and 28. RGB value is (182,198,40). Sum of RGB (Red+Green+Blue) = 182+198+40=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 40 (16.02% from 255 or 9.52% from 420); Max value from RGB is 198 - color contains mainly: green. Hex color #B6C628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C628 is #4939D7. Grayscale: #AFAFAF. Windows color (decimal): -4798936 or 2672310. OLE color: 2672310.

HSL color Cylindrical-coordinate representation of color #B6C628: hue angle of 66.08º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B6C628 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 182 198 40 -
CMYK 0.08 0 0.80 0.22
HSL 66.08º 0.66% 0.47% -
HSV(B) 66.08º 0.8% 0.78% -
XYZ 39.87 50.49 9.65 -
YUV 175.2 51.7 132.85 -
System Red Green Blue C M Y K H S L
Decimal 182 198 40 0.08 0 0.80 0.22 66.08 0.66 0.47
Hex B6 C6 28 8 0 50 16 42 42 2F
Octal 266 306 50 10 0 120 26 102 102 57
Binary 10110110 11000110 101000 1000 0 1010000 10110 1000010 1000010 101111

Color Harmonies of #B6C628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C628

Black with #B6C628

Text Example


Text Example

White with #B6C628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C628; }

 p { color: rgb(182,198,40); }

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

background-color css

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

 a { background-color: rgb(182,198,40); }

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

border-color css

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

 span { border-color: rgb(182,198,40); }

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