Html Css Color HEX #BDEA68 Sulu

📋 copy color: '#BDEA68'

red 189 ◦ green 234 ◦ blue 104

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

Shades of Sulu #BDEA68

Tints of Sulu #BDEA68

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.4%

 BLUE value IS 104 (41.02% from 255) = 19.73%

R = 35.86%
G = 44.4%
B = 19.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#BDEA68 (or 0xBDEA68) is known color: Sulu. HEX triplet: BD, EA and 68. RGB value is (189,234,104). Sum of RGB (Red+Green+Blue) = 189+234+104=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 104 (41.02% from 255 or 19.73% from 527); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEA68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEA68 is #421597. Grayscale: #CECECE. Windows color (decimal): -4330904 or 6875837. OLE color: 6875837.

HSL color Cylindrical-coordinate representation of color #BDEA68: hue angle of 80.77º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDEA68 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 234 104 -
CMYK 0.19 0 0.56 0.08
HSL 80.77º 0.76% 0.66% -
HSV(B) 80.77º 0.56% 0.92% -
XYZ 52.91 70.66 23.95 -
YUV 205.73 70.59 116.07 -
System Red Green Blue C M Y K H S L
Decimal 189 234 104 0.19 0 0.56 0.08 80.77 0.76 0.66
Hex BD EA 68 13 0 38 8 51 4C 42
Octal 275 352 150 23 0 70 10 121 114 102
Binary 10111101 11101010 1101000 10011 0 111000 1000 1010001 1001100 1000010

Color Harmonies of #BDEA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEA68

Black with #BDEA68

Text Example


Text Example

White with #BDEA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEA68; }

 p { color: rgb(189,234,104); }

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

background-color css

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

 a { background-color: rgb(189,234,104); }

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

border-color css

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

 span { border-color: rgb(189,234,104); }

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