Html Css Color HEX #BEE672 Sulu

📋 copy color: '#BEE672'

red 190 ◦ green 230 ◦ blue 114

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

Shades of Sulu #BEE672

Tints of Sulu #BEE672

RGB

 RED value IS 190 (74.61% from 255) = 35.58%

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

 BLUE value IS 114 (44.92% from 255) = 21.35%

R = 35.58%
G = 43.07%
B = 21.35%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#BEE672 (or 0xBEE672) is known color: Sulu. HEX triplet: BE, E6 and 72. RGB value is (190,230,114). Sum of RGB (Red+Green+Blue) = 190+230+114=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 230 (90.23% from 255 or 43.07% from 534); Blue value is 114 (44.92% from 255 or 21.35% from 534); Max value from RGB is 230 - color contains mainly: green. Hex color #BEE672 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEE672 is #41198D. Grayscale: #CDCDCD. Windows color (decimal): -4266382 or 7530174. OLE color: 7530174.

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

Color convert

RGB 190 230 114 -
CMYK 0.17 0 0.50 0.10
HSL 80.69º 0.7% 0.67% -
HSV(B) 80.69º 0.5% 0.9% -
XYZ 52.57 68.76 26.42 -
YUV 204.82 76.75 117.43 -
System Red Green Blue C M Y K H S L
Decimal 190 230 114 0.17 0 0.50 0.10 80.69 0.7 0.67
Hex BE E6 72 11 0 32 A 51 46 43
Octal 276 346 162 21 0 62 12 121 106 103
Binary 10111110 11100110 1110010 10001 0 110010 1010 1010001 1000110 1000011

Color Harmonies of #BEE672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE672

Black with #BEE672

Text Example


Text Example

White with #BEE672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE672; }

 p { color: rgb(190,230,114); }

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

background-color css

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

 a { background-color: rgb(190,230,114); }

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

border-color css

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

 span { border-color: rgb(190,230,114); }

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