Html Css Color HEX #BCE674 Sulu

📋 copy color: '#BCE674'

red 188 ◦ green 230 ◦ blue 116

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

Shades of Sulu #BCE674

Tints of Sulu #BCE674

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.07%

 BLUE value IS 116 (45.7% from 255) = 21.72%

R = 35.21%
G = 43.07%
B = 21.72%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#BCE674 (or 0xBCE674) is known color: Sulu. HEX triplet: BC, E6 and 74. RGB value is (188,230,116). Sum of RGB (Red+Green+Blue) = 188+230+116=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 230 (90.23% from 255 or 43.07% from 534); Blue value is 116 (45.70% from 255 or 21.72% from 534); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE674 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE674 is #43198B. Grayscale: #CCCCCC. Windows color (decimal): -4397452 or 7661244. OLE color: 7661244.

HSL color Cylindrical-coordinate representation of color #BCE674: hue angle of 82.11º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCE674 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 230 116 -
CMYK 0.18 0 0.50 0.10
HSL 82.11º 0.7% 0.68% -
HSV(B) 82.11º 0.5% 0.9% -
XYZ 52.19 68.55 27 -
YUV 204.45 78.09 116.27 -
System Red Green Blue C M Y K H S L
Decimal 188 230 116 0.18 0 0.50 0.10 82.11 0.7 0.68
Hex BC E6 74 12 0 32 A 52 46 44
Octal 274 346 164 22 0 62 12 122 106 104
Binary 10111100 11100110 1110100 10010 0 110010 1010 1010010 1000110 1000100

Color Harmonies of #BCE674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE674

Black with #BCE674

Text Example


Text Example

White with #BCE674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE674; }

 p { color: rgb(188,230,116); }

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

background-color css

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

 a { background-color: rgb(188,230,116); }

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

border-color css

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

 span { border-color: rgb(188,230,116); }

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