Html Css Color HEX #BDE16A Sulu

📋 copy color: '#BDE16A'

red 189 ◦ green 225 ◦ blue 106

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

Shades of Sulu #BDE16A

Tints of Sulu #BDE16A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.27%

 BLUE value IS 106 (41.8% from 255) = 20.38%

R = 36.35%
G = 43.27%
B = 20.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#BDE16A (or 0xBDE16A) is known color: Sulu. HEX triplet: BD, E1 and 6A. RGB value is (189,225,106). Sum of RGB (Red+Green+Blue) = 189+225+106=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 225 (88.28% from 255 or 43.27% from 520); Blue value is 106 (41.80% from 255 or 20.38% from 520); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE16A is #421E95. Grayscale: #C9C9C9. Windows color (decimal): -4333206 or 7004605. OLE color: 7004605.

HSL color Cylindrical-coordinate representation of color #BDE16A: hue angle of 78.15º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDE16A is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 225 106 -
CMYK 0.16 0 0.53 0.12
HSL 78.15º 0.66% 0.65% -
HSV(B) 78.15º 0.53% 0.88% -
XYZ 50.51 65.71 23.66 -
YUV 200.67 74.57 119.68 -
System Red Green Blue C M Y K H S L
Decimal 189 225 106 0.16 0 0.53 0.12 78.15 0.66 0.65
Hex BD E1 6A 10 0 35 C 4E 42 41
Octal 275 341 152 20 0 65 14 116 102 101
Binary 10111101 11100001 1101010 10000 0 110101 1100 1001110 1000010 1000001

Color Harmonies of #BDE16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE16A

Black with #BDE16A

Text Example


Text Example

White with #BDE16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE16A; }

 p { color: rgb(189,225,106); }

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

background-color css

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

 a { background-color: rgb(189,225,106); }

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

border-color css

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

 span { border-color: rgb(189,225,106); }

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