Html Css Color HEX #B5CA26 Rio Grande

📋 copy color: '#B5CA26'

red 181 ◦ green 202 ◦ blue 38

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

Shades of Rio Grande #B5CA26

Tints of Rio Grande #B5CA26

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.98%

 BLUE value IS 38 (15.23% from 255) = 9.03%

R = 42.99%
G = 47.98%
B = 9.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#B5CA26 (or 0xB5CA26) is known color: Rio Grande. HEX triplet: B5, CA and 26. RGB value is (181,202,38). Sum of RGB (Red+Green+Blue) = 181+202+38=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 202 (79.30% from 255 or 47.98% from 421); Blue value is 38 (15.23% from 255 or 9.03% from 421); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CA26 is #4A35D9. Grayscale: #B1B1B1. Windows color (decimal): -4863450 or 2542261. OLE color: 2542261.

HSL color Cylindrical-coordinate representation of color #B5CA26: hue angle of 67.68º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B5CA26 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 202 38 -
CMYK 0.10 0 0.81 0.21
HSL 67.68º 0.68% 0.47% -
HSV(B) 67.68º 0.81% 0.79% -
XYZ 40.53 52.2 9.77 -
YUV 177.03 49.54 130.84 -
System Red Green Blue C M Y K H S L
Decimal 181 202 38 0.10 0 0.81 0.21 67.68 0.68 0.47
Hex B5 CA 26 A 0 51 15 44 44 2F
Octal 265 312 46 12 0 121 25 104 104 57
Binary 10110101 11001010 100110 1010 0 1010001 10101 1000100 1000100 101111

Color Harmonies of #B5CA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CA26

Black with #B5CA26

Text Example


Text Example

White with #B5CA26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CA26; }

 p { color: rgb(181,202,38); }

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

background-color css

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

 a { background-color: rgb(181,202,38); }

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

border-color css

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

 span { border-color: rgb(181,202,38); }

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