Html Css Color HEX #B5E8B4 Celadon

📋 copy color: '#B5E8B4'

red 181 ◦ green 232 ◦ blue 180

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

Shades of Celadon #B5E8B4

Tints of Celadon #B5E8B4

RGB

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

 GREEN value IS 232 (91.02% from 255) = 39.12%

 BLUE value IS 180 (70.7% from 255) = 30.35%

R = 30.52%
G = 39.12%
B = 30.35%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#B5E8B4 (or 0xB5E8B4) is known color: Celadon. HEX triplet: B5, E8 and B4. RGB value is (181,232,180). Sum of RGB (Red+Green+Blue) = 181+232+180=593 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.52% from 593); Green value is 232 (91.02% from 255 or 39.12% from 593); Blue value is 180 (70.70% from 255 or 30.35% from 593); Max value from RGB is 232 - color contains mainly: green. Hex color #B5E8B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E8B4 is #4A174B. Grayscale: #D2D2D2. Windows color (decimal): -4855628 or 11856053. OLE color: 11856053.

HSL color Cylindrical-coordinate representation of color #B5E8B4: hue angle of 118.85º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5E8B4 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB 181 232 180 -
CMYK 0.22 0 0.22 0.09
HSL 118.85º 0.53% 0.81% -
HSV(B) 118.85º 0.22% 0.91% -
XYZ 56.15 70.83 53.89 -
YUV 210.82 110.6 106.73 -
System Red Green Blue C M Y K H S L
Decimal 181 232 180 0.22 0 0.22 0.09 118.85 0.53 0.81
Hex B5 E8 B4 16 0 16 9 77 35 51
Octal 265 350 264 26 0 26 11 167 65 121
Binary 10110101 11101000 10110100 10110 0 10110 1001 1110111 110101 1010001

Color Harmonies of #B5E8B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5E8B4

Black with #B5E8B4

Text Example


Text Example

White with #B5E8B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5E8B4; }

 p { color: rgb(181,232,180); }

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

background-color css

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

 a { background-color: rgb(181,232,180); }

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

border-color css

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

 span { border-color: rgb(181,232,180); }

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