Html Css Color HEX #B2C321 Rio Grande

📋 copy color: '#B2C321'

red 178 ◦ green 195 ◦ blue 33

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

Shades of Rio Grande #B2C321

Tints of Rio Grande #B2C321

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.03%

 BLUE value IS 33 (13.28% from 255) = 8.13%

R = 43.84%
G = 48.03%
B = 8.13%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#B2C321 (or 0xB2C321) is known color: Rio Grande. HEX triplet: B2, C3 and 21. RGB value is (178,195,33). Sum of RGB (Red+Green+Blue) = 178+195+33=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 33 (13.28% from 255 or 8.13% from 406); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C321 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C321 is #4D3CDE. Grayscale: #ACACAC. Windows color (decimal): -5061855 or 2212786. OLE color: 2212786.

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

Color convert

RGB 178 195 33 -
CMYK 0.09 0 0.83 0.24
HSL 66.3º 0.71% 0.45% -
HSV(B) 66.3º 0.83% 0.76% -
XYZ 38.15 48.61 8.81 -
YUV 171.45 49.87 132.67 -
System Red Green Blue C M Y K H S L
Decimal 178 195 33 0.09 0 0.83 0.24 66.3 0.71 0.45
Hex B2 C3 21 9 0 53 18 42 47 2D
Octal 262 303 41 11 0 123 30 102 107 55
Binary 10110010 11000011 100001 1001 0 1010011 11000 1000010 1000111 101101

Color Harmonies of #B2C321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C321

Black with #B2C321

Text Example


Text Example

White with #B2C321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C321; }

 p { color: rgb(178,195,33); }

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

background-color css

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

 a { background-color: rgb(178,195,33); }

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

border-color css

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

 span { border-color: rgb(178,195,33); }

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