Html Css Color HEX #B6C028 Rio Grande

📋 copy color: '#B6C028'

red 182 ◦ green 192 ◦ blue 40

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

Shades of Rio Grande #B6C028

Tints of Rio Grande #B6C028

RGB

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

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

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

R = 43.96%
G = 46.38%
B = 9.66%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#B6C028 (or 0xB6C028) is known color: Rio Grande. HEX triplet: B6, C0 and 28. RGB value is (182,192,40). Sum of RGB (Red+Green+Blue) = 182+192+40=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 40 (16.02% from 255 or 9.66% from 414); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C028 is #493FD7. Grayscale: #ACACAC. Windows color (decimal): -4800472 or 2670774. OLE color: 2670774.

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

Color convert

RGB 182 192 40 -
CMYK 0.05 0 0.79 0.25
HSL 63.95º 0.66% 0.45% -
HSV(B) 63.95º 0.79% 0.75% -
XYZ 38.52 47.8 9.2 -
YUV 171.68 53.69 135.36 -
System Red Green Blue C M Y K H S L
Decimal 182 192 40 0.05 0 0.79 0.25 63.95 0.66 0.45
Hex B6 C0 28 5 0 4F 19 40 42 2D
Octal 266 300 50 5 0 117 31 100 102 55
Binary 10110110 11000000 101000 101 0 1001111 11001 1000000 1000010 101101

Color Harmonies of #B6C028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C028

Black with #B6C028

Text Example


Text Example

White with #B6C028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C028; }

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

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

background-color css

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

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

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

border-color css

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

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

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