Html Css Color HEX #B6C124 Rio Grande

📋 copy color: '#B6C124'

red 182 ◦ green 193 ◦ blue 36

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

Shades of Rio Grande #B6C124

Tints of Rio Grande #B6C124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.76%

R = 44.28%
G = 46.96%
B = 8.76%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#B6C124 (or 0xB6C124) is known color: Rio Grande. HEX triplet: B6, C1 and 24. RGB value is (182,193,36). Sum of RGB (Red+Green+Blue) = 182+193+36=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 36 (14.45% from 255 or 8.76% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #B6C124 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C124 is #493EDB. Grayscale: #ACACAC. Windows color (decimal): -4800220 or 2408886. OLE color: 2408886.

HSL color Cylindrical-coordinate representation of color #B6C124: hue angle of 64.2º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B6C124 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 193 36 -
CMYK 0.06 0 0.81 0.24
HSL 64.2º 0.69% 0.45% -
HSV(B) 64.2º 0.81% 0.76% -
XYZ 38.68 48.21 8.94 -
YUV 171.81 51.36 135.27 -
System Red Green Blue C M Y K H S L
Decimal 182 193 36 0.06 0 0.81 0.24 64.2 0.69 0.45
Hex B6 C1 24 6 0 51 18 40 45 2D
Octal 266 301 44 6 0 121 30 100 105 55
Binary 10110110 11000001 100100 110 0 1010001 11000 1000000 1000101 101101

Color Harmonies of #B6C124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C124

Black with #B6C124

Text Example


Text Example

White with #B6C124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C124; }

 p { color: rgb(182,193,36); }

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

background-color css

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

 a { background-color: rgb(182,193,36); }

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

border-color css

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

 span { border-color: rgb(182,193,36); }

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