Html Css Color HEX #BDE269 Sulu

📋 copy color: '#BDE269'

red 189 ◦ green 226 ◦ blue 105

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

Shades of Sulu #BDE269

Tints of Sulu #BDE269

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.46%

 BLUE value IS 105 (41.41% from 255) = 20.19%

R = 36.35%
G = 43.46%
B = 20.19%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#BDE269 (or 0xBDE269) is known color: Sulu. HEX triplet: BD, E2 and 69. RGB value is (189,226,105). Sum of RGB (Red+Green+Blue) = 189+226+105=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 226 (88.67% from 255 or 43.46% from 520); Blue value is 105 (41.41% from 255 or 20.19% from 520); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE269 is #421D96. Grayscale: #C9C9C9. Windows color (decimal): -4332951 or 6939325. OLE color: 6939325.

HSL color Cylindrical-coordinate representation of color #BDE269: hue angle of 78.35º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDE269 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 226 105 -
CMYK 0.16 0 0.54 0.11
HSL 78.35º 0.68% 0.65% -
HSV(B) 78.35º 0.54% 0.89% -
XYZ 50.73 66.23 23.47 -
YUV 201.14 73.74 119.34 -
System Red Green Blue C M Y K H S L
Decimal 189 226 105 0.16 0 0.54 0.11 78.35 0.68 0.65
Hex BD E2 69 10 0 36 B 4E 44 41
Octal 275 342 151 20 0 66 13 116 104 101
Binary 10111101 11100010 1101001 10000 0 110110 1011 1001110 1000100 1000001

Color Harmonies of #BDE269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE269

Black with #BDE269

Text Example


Text Example

White with #BDE269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE269; }

 p { color: rgb(189,226,105); }

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

background-color css

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

 a { background-color: rgb(189,226,105); }

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

border-color css

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

 span { border-color: rgb(189,226,105); }

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