Html Css Color HEX #B2C822 Rio Grande

📋 copy color: '#B2C822'

red 178 ◦ green 200 ◦ blue 34

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

Shades of Rio Grande #B2C822

Tints of Rio Grande #B2C822

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.54%

 BLUE value IS 34 (13.67% from 255) = 8.25%

R = 43.2%
G = 48.54%
B = 8.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#B2C822 (or 0xB2C822) is known color: Rio Grande. HEX triplet: B2, C8 and 22. RGB value is (178,200,34). Sum of RGB (Red+Green+Blue) = 178+200+34=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 200 (78.52% from 255 or 48.54% from 412); Blue value is 34 (13.67% from 255 or 8.25% from 412); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C822 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C822 is #4D37DD. Grayscale: #AFAFAF. Windows color (decimal): -5060574 or 2279602. OLE color: 2279602.

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

Color convert

RGB 178 200 34 -
CMYK 0.11 0 0.83 0.22
HSL 67.95º 0.71% 0.46% -
HSV(B) 67.95º 0.83% 0.78% -
XYZ 39.3 50.89 9.26 -
YUV 174.5 48.71 130.5 -
System Red Green Blue C M Y K H S L
Decimal 178 200 34 0.11 0 0.83 0.22 67.95 0.71 0.46
Hex B2 C8 22 B 0 53 16 44 47 2E
Octal 262 310 42 13 0 123 26 104 107 56
Binary 10110010 11001000 100010 1011 0 1010011 10110 1000100 1000111 101110

Color Harmonies of #B2C822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C822

Black with #B2C822

Text Example


Text Example

White with #B2C822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C822; }

 p { color: rgb(178,200,34); }

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

background-color css

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

 a { background-color: rgb(178,200,34); }

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

border-color css

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

 span { border-color: rgb(178,200,34); }

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