Html Css Color HEX #B5CE27 Rio Grande

📋 copy color: '#B5CE27'

red 181 ◦ green 206 ◦ blue 39

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

Shades of Rio Grande #B5CE27

Tints of Rio Grande #B5CE27

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.36%

 BLUE value IS 39 (15.63% from 255) = 9.15%

R = 42.49%
G = 48.36%
B = 9.15%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#B5CE27 (or 0xB5CE27) is known color: Rio Grande. HEX triplet: B5, CE and 27. RGB value is (181,206,39). Sum of RGB (Red+Green+Blue) = 181+206+39=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 206 (80.86% from 255 or 48.36% from 426); Blue value is 39 (15.62% from 255 or 9.15% from 426); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CE27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CE27 is #4A31D8. Grayscale: #B4B4B4. Windows color (decimal): -4862425 or 2608821. OLE color: 2608821.

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

Color convert

RGB 181 206 39 -
CMYK 0.12 0 0.81 0.19
HSL 68.98º 0.68% 0.48% -
HSV(B) 68.98º 0.81% 0.81% -
XYZ 41.49 54.11 10.18 -
YUV 179.49 48.72 129.08 -
System Red Green Blue C M Y K H S L
Decimal 181 206 39 0.12 0 0.81 0.19 68.98 0.68 0.48
Hex B5 CE 27 C 0 51 13 45 44 30
Octal 265 316 47 14 0 121 23 105 104 60
Binary 10110101 11001110 100111 1100 0 1010001 10011 1000101 1000100 110000

Color Harmonies of #B5CE27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CE27

Black with #B5CE27

Text Example


Text Example

White with #B5CE27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CE27; }

 p { color: rgb(181,206,39); }

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

background-color css

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

 a { background-color: rgb(181,206,39); }

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

border-color css

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

 span { border-color: rgb(181,206,39); }

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