Html Css Color HEX #BDEA6E Sulu

📋 copy color: '#BDEA6E'

red 189 ◦ green 234 ◦ blue 110

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

Shades of Sulu #BDEA6E

Tints of Sulu #BDEA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.64%

R = 35.46%
G = 43.9%
B = 20.64%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#BDEA6E (or 0xBDEA6E) is known color: Sulu. HEX triplet: BD, EA and 6E. RGB value is (189,234,110). Sum of RGB (Red+Green+Blue) = 189+234+110=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 234 (91.80% from 255 or 43.90% from 533); Blue value is 110 (43.36% from 255 or 20.64% from 533); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEA6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEA6E is #421591. Grayscale: #CECECE. Windows color (decimal): -4330898 or 7269053. OLE color: 7269053.

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

Color convert

RGB 189 234 110 -
CMYK 0.19 0 0.53 0.08
HSL 81.77º 0.75% 0.67% -
HSV(B) 81.77º 0.53% 0.92% -
XYZ 53.22 70.79 25.61 -
YUV 206.41 73.59 115.58 -
System Red Green Blue C M Y K H S L
Decimal 189 234 110 0.19 0 0.53 0.08 81.77 0.75 0.67
Hex BD EA 6E 13 0 35 8 52 4B 43
Octal 275 352 156 23 0 65 10 122 113 103
Binary 10111101 11101010 1101110 10011 0 110101 1000 1010010 1001011 1000011

Color Harmonies of #BDEA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEA6E

Black with #BDEA6E

Text Example


Text Example

White with #BDEA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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