Html Css Color HEX #BDDF6A Sulu

📋 copy color: '#BDDF6A'

red 189 ◦ green 223 ◦ blue 106

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

Shades of Sulu #BDDF6A

Tints of Sulu #BDDF6A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.05%

 BLUE value IS 106 (41.8% from 255) = 20.46%

R = 36.49%
G = 43.05%
B = 20.46%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#BDDF6A (or 0xBDDF6A) is known color: Sulu. HEX triplet: BD, DF and 6A. RGB value is (189,223,106). Sum of RGB (Red+Green+Blue) = 189+223+106=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 106 (41.80% from 255 or 20.46% from 518); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDF6A is #422095. Grayscale: #C7C7C7. Windows color (decimal): -4333718 or 7004093. OLE color: 7004093.

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

Color convert

RGB 189 223 106 -
CMYK 0.15 0 0.52 0.13
HSL 77.44º 0.65% 0.65% -
HSV(B) 77.44º 0.52% 0.87% -
XYZ 49.98 64.63 23.48 -
YUV 199.5 75.24 120.51 -
System Red Green Blue C M Y K H S L
Decimal 189 223 106 0.15 0 0.52 0.13 77.44 0.65 0.65
Hex BD DF 6A F 0 34 D 4D 41 41
Octal 275 337 152 17 0 64 15 115 101 101
Binary 10111101 11011111 1101010 1111 0 110100 1101 1001101 1000001 1000001

Color Harmonies of #BDDF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDF6A

Black with #BDDF6A

Text Example


Text Example

White with #BDDF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDF6A; }

 p { color: rgb(189,223,106); }

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

background-color css

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

 a { background-color: rgb(189,223,106); }

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

border-color css

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

 span { border-color: rgb(189,223,106); }

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