Html Css Color HEX #BDEA8A Sulu

📋 copy color: '#BDEA8A'

red 189 ◦ green 234 ◦ blue 138

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

Shades of Sulu #BDEA8A

Tints of Sulu #BDEA8A

RGB

 RED value IS 189 (74.22% from 255) = 33.69%

 GREEN value IS 234 (91.8% from 255) = 41.71%

 BLUE value IS 138 (54.3% from 255) = 24.6%

R = 33.69%
G = 41.71%
B = 24.6%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#BDEA8A (or 0xBDEA8A) is known color: Sulu. HEX triplet: BD, EA and 8A. RGB value is (189,234,138). Sum of RGB (Red+Green+Blue) = 189+234+138=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 138 (54.30% from 255 or 24.60% from 561); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEA8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEA8A is #421575. Grayscale: #D1D1D1. Windows color (decimal): -4330870 or 9104061. OLE color: 9104061.

HSL color Cylindrical-coordinate representation of color #BDEA8A: hue angle of 88.12º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDEA8A is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 234 138 -
CMYK 0.19 0 0.41 0.08
HSL 88.13º 0.7% 0.73% -
HSV(B) 88.13º 0.41% 0.92% -
XYZ 55 71.5 34.95 -
YUV 209.6 87.59 113.31 -
System Red Green Blue C M Y K H S L
Decimal 189 234 138 0.19 0 0.41 0.08 88.13 0.7 0.73
Hex BD EA 8A 13 0 29 8 58 46 49
Octal 275 352 212 23 0 51 10 130 106 111
Binary 10111101 11101010 10001010 10011 0 101001 1000 1011000 1000110 1001001

Color Harmonies of #BDEA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEA8A

Black with #BDEA8A

Text Example


Text Example

White with #BDEA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEA8A; }

 p { color: rgb(189,234,138); }

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

background-color css

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

 a { background-color: rgb(189,234,138); }

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

border-color css

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

 span { border-color: rgb(189,234,138); }

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