Html Css Color HEX #BCDE7A Sulu

📋 copy color: '#BCDE7A'

red 188 ◦ green 222 ◦ blue 122

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

Shades of Sulu #BCDE7A

Tints of Sulu #BCDE7A

RGB

 RED value IS 188 (73.83% from 255) = 35.34%

 GREEN value IS 222 (87.11% from 255) = 41.73%

 BLUE value IS 122 (48.05% from 255) = 22.93%

R = 35.34%
G = 41.73%
B = 22.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#BCDE7A (or 0xBCDE7A) is known color: Sulu. HEX triplet: BC, DE and 7A. RGB value is (188,222,122). Sum of RGB (Red+Green+Blue) = 188+222+122=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 122 (48.05% from 255 or 22.93% from 532); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDE7A is #432185. Grayscale: #C8C8C8. Windows color (decimal): -4399494 or 8052412. OLE color: 8052412.

HSL color Cylindrical-coordinate representation of color #BCDE7A: hue angle of 80.4º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCDE7A is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 222 122 -
CMYK 0.15 0 0.45 0.13
HSL 80.4º 0.6% 0.67% -
HSV(B) 80.4º 0.45% 0.87% -
XYZ 50.37 64.34 28.18 -
YUV 200.43 83.74 119.13 -
System Red Green Blue C M Y K H S L
Decimal 188 222 122 0.15 0 0.45 0.13 80.4 0.6 0.67
Hex BC DE 7A F 0 2D D 50 3C 43
Octal 274 336 172 17 0 55 15 120 74 103
Binary 10111100 11011110 1111010 1111 0 101101 1101 1010000 111100 1000011

Color Harmonies of #BCDE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDE7A

Black with #BCDE7A

Text Example


Text Example

White with #BCDE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDE7A; }

 p { color: rgb(188,222,122); }

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

background-color css

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

 a { background-color: rgb(188,222,122); }

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

border-color css

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

 span { border-color: rgb(188,222,122); }

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