Html Css Color HEX #BDEA7C Sulu

📋 copy color: '#BDEA7C'

red 189 ◦ green 234 ◦ blue 124

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

Shades of Sulu #BDEA7C

Tints of Sulu #BDEA7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 22.67%

R = 34.55%
G = 42.78%
B = 22.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#BDEA7C (or 0xBDEA7C) is known color: Sulu. HEX triplet: BD, EA and 7C. RGB value is (189,234,124). Sum of RGB (Red+Green+Blue) = 189+234+124=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 234 (91.80% from 255 or 42.78% from 547); Blue value is 124 (48.83% from 255 or 22.67% from 547); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEA7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEA7C is #421583. Grayscale: #D0D0D0. Windows color (decimal): -4330884 or 8186557. OLE color: 8186557.

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

Color convert

RGB 189 234 124 -
CMYK 0.19 0 0.47 0.08
HSL 84.55º 0.72% 0.7% -
HSV(B) 84.55º 0.47% 0.92% -
XYZ 54.05 71.12 29.95 -
YUV 208.01 80.59 114.44 -
System Red Green Blue C M Y K H S L
Decimal 189 234 124 0.19 0 0.47 0.08 84.55 0.72 0.7
Hex BD EA 7C 13 0 2F 8 55 48 46
Octal 275 352 174 23 0 57 10 125 110 106
Binary 10111101 11101010 1111100 10011 0 101111 1000 1010101 1001000 1000110

Color Harmonies of #BDEA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEA7C

Black with #BDEA7C

Text Example


Text Example

White with #BDEA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEA7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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