Html Css Color HEX #BDE06B Sulu

📋 copy color: '#BDE06B'

red 189 ◦ green 224 ◦ blue 107

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

Shades of Sulu #BDE06B

Tints of Sulu #BDE06B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.08%

 BLUE value IS 107 (42.19% from 255) = 20.58%

R = 36.35%
G = 43.08%
B = 20.58%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#BDE06B (or 0xBDE06B) is known color: Sulu. HEX triplet: BD, E0 and 6B. RGB value is (189,224,107). Sum of RGB (Red+Green+Blue) = 189+224+107=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 224 (87.89% from 255 or 43.08% from 520); Blue value is 107 (42.19% from 255 or 20.58% from 520); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE06B is #421F94. Grayscale: #C8C8C8. Windows color (decimal): -4333461 or 7069885. OLE color: 7069885.

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

Color convert

RGB 189 224 107 -
CMYK 0.16 0 0.52 0.12
HSL 77.95º 0.65% 0.65% -
HSV(B) 77.95º 0.52% 0.88% -
XYZ 50.3 65.19 23.84 -
YUV 200.2 75.4 120.01 -
System Red Green Blue C M Y K H S L
Decimal 189 224 107 0.16 0 0.52 0.12 77.95 0.65 0.65
Hex BD E0 6B 10 0 34 C 4E 41 41
Octal 275 340 153 20 0 64 14 116 101 101
Binary 10111101 11100000 1101011 10000 0 110100 1100 1001110 1000001 1000001

Color Harmonies of #BDE06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE06B

Black with #BDE06B

Text Example


Text Example

White with #BDE06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE06B; }

 p { color: rgb(189,224,107); }

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

background-color css

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

 a { background-color: rgb(189,224,107); }

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

border-color css

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

 span { border-color: rgb(189,224,107); }

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