Html Css Color HEX #B2C624 Rio Grande

📋 copy color: '#B2C624'

red 178 ◦ green 198 ◦ blue 36

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

Shades of Rio Grande #B2C624

Tints of Rio Grande #B2C624

RGB

 RED value IS 178 (69.92% from 255) = 43.2%

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

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

R = 43.2%
G = 48.06%
B = 8.74%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#B2C624 (or 0xB2C624) is known color: Rio Grande. HEX triplet: B2, C6 and 24. RGB value is (178,198,36). Sum of RGB (Red+Green+Blue) = 178+198+36=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 198 (77.73% from 255 or 48.06% from 412); Blue value is 36 (14.45% from 255 or 8.74% from 412); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C624 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C624 is #4D39DB. Grayscale: #AEAEAE. Windows color (decimal): -5061084 or 2410162. OLE color: 2410162.

HSL color Cylindrical-coordinate representation of color #B2C624: hue angle of 67.41º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B2C624 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 198 36 -
CMYK 0.10 0 0.82 0.22
HSL 67.41º 0.69% 0.46% -
HSV(B) 67.41º 0.82% 0.78% -
XYZ 38.87 49.98 9.27 -
YUV 173.55 50.37 131.17 -
System Red Green Blue C M Y K H S L
Decimal 178 198 36 0.10 0 0.82 0.22 67.41 0.69 0.46
Hex B2 C6 24 A 0 52 16 43 45 2E
Octal 262 306 44 12 0 122 26 103 105 56
Binary 10110010 11000110 100100 1010 0 1010010 10110 1000011 1000101 101110

Color Harmonies of #B2C624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C624

Black with #B2C624

Text Example


Text Example

White with #B2C624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C624; }

 p { color: rgb(178,198,36); }

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

background-color css

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

 a { background-color: rgb(178,198,36); }

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

border-color css

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

 span { border-color: rgb(178,198,36); }

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