Html Css Color HEX #B5CF26 Rio Grande

📋 copy color: '#B5CF26'

red 181 ◦ green 207 ◦ blue 38

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

Shades of Rio Grande #B5CF26

Tints of Rio Grande #B5CF26

RGB

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

 GREEN value IS 207 (81.25% from 255) = 48.59%

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

R = 42.49%
G = 48.59%
B = 8.92%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#B5CF26 (or 0xB5CF26) is known color: Rio Grande. HEX triplet: B5, CF and 26. RGB value is (181,207,38). Sum of RGB (Red+Green+Blue) = 181+207+38=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 207 (81.25% from 255 or 48.59% from 426); Blue value is 38 (15.23% from 255 or 8.92% from 426); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CF26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CF26 is #4A30D9. Grayscale: #B4B4B4. Windows color (decimal): -4862170 or 2543541. OLE color: 2543541.

HSL color Cylindrical-coordinate representation of color #B5CF26: hue angle of 69.23º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B5CF26 is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 207 38 -
CMYK 0.13 0 0.82 0.19
HSL 69.23º 0.69% 0.48% -
HSV(B) 69.23º 0.82% 0.81% -
XYZ 41.72 54.59 10.17 -
YUV 179.96 47.89 128.74 -
System Red Green Blue C M Y K H S L
Decimal 181 207 38 0.13 0 0.82 0.19 69.23 0.69 0.48
Hex B5 CF 26 D 0 52 13 45 45 30
Octal 265 317 46 15 0 122 23 105 105 60
Binary 10110101 11001111 100110 1101 0 1010010 10011 1000101 1000101 110000

Color Harmonies of #B5CF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CF26

Black with #B5CF26

Text Example


Text Example

White with #B5CF26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CF26; }

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

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

background-color css

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

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

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

border-color css

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

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

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