Html Css Color HEX #B5CC21 Rio Grande

📋 copy color: '#B5CC21'

red 181 ◦ green 204 ◦ blue 33

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

Shades of Rio Grande #B5CC21

Tints of Rio Grande #B5CC21

RGB

 RED value IS 181 (71.09% from 255) = 43.3%

 GREEN value IS 204 (80.08% from 255) = 48.8%

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

R = 43.3%
G = 48.8%
B = 7.89%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#B5CC21 (or 0xB5CC21) is known color: Rio Grande. HEX triplet: B5, CC and 21. RGB value is (181,204,33). Sum of RGB (Red+Green+Blue) = 181+204+33=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 204 (80.08% from 255 or 48.80% from 418); Blue value is 33 (13.28% from 255 or 7.89% from 418); Max value from RGB is 204 - color contains mainly: green. Hex color #B5CC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CC21 is #4A33DE. Grayscale: #B2B2B2. Windows color (decimal): -4862943 or 2215093. OLE color: 2215093.

HSL color Cylindrical-coordinate representation of color #B5CC21: hue angle of 68.07º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B5CC21 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 181 204 33 -
CMYK 0.11 0 0.84 0.2
HSL 68.07º 0.72% 0.46% -
HSV(B) 68.07º 0.84% 0.8% -
XYZ 40.92 53.12 9.54 -
YUV 177.63 46.38 130.4 -
System Red Green Blue C M Y K H S L
Decimal 181 204 33 0.11 0 0.84 0.2 68.07 0.72 0.46
Hex B5 CC 21 B 0 54 14 44 48 2E
Octal 265 314 41 13 0 124 24 104 110 56
Binary 10110101 11001100 100001 1011 0 1010100 10100 1000100 1001000 101110

Color Harmonies of #B5CC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CC21

Black with #B5CC21

Text Example


Text Example

White with #B5CC21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CC21; }

 p { color: rgb(181,204,33); }

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

background-color css

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

 a { background-color: rgb(181,204,33); }

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

border-color css

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

 span { border-color: rgb(181,204,33); }

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