Html Css Color HEX #BCDB7A Sulu

📋 copy color: '#BCDB7A'

red 188 ◦ green 219 ◦ blue 122

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

Shades of Sulu #BCDB7A

Tints of Sulu #BCDB7A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.4%

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

R = 35.54%
G = 41.4%
B = 23.06%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#BCDB7A (or 0xBCDB7A) is known color: Sulu. HEX triplet: BC, DB and 7A. RGB value is (188,219,122). Sum of RGB (Red+Green+Blue) = 188+219+122=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDB7A is #432485. Grayscale: #C7C7C7. Windows color (decimal): -4400262 or 8051644. OLE color: 8051644.

HSL color Cylindrical-coordinate representation of color #BCDB7A: hue angle of 79.18º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCDB7A is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 219 122 -
CMYK 0.14 0 0.44 0.14
HSL 79.18º 0.57% 0.67% -
HSV(B) 79.18º 0.44% 0.86% -
XYZ 49.58 62.76 27.91 -
YUV 198.67 84.73 120.39 -
System Red Green Blue C M Y K H S L
Decimal 188 219 122 0.14 0 0.44 0.14 79.18 0.57 0.67
Hex BC DB 7A E 0 2C E 4F 39 43
Octal 274 333 172 16 0 54 16 117 71 103
Binary 10111100 11011011 1111010 1110 0 101100 1110 1001111 111001 1000011

Color Harmonies of #BCDB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB7A

Black with #BCDB7A

Text Example


Text Example

White with #BCDB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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