Html Css Color HEX #BDEA6A Sulu

📋 copy color: '#BDEA6A'

red 189 ◦ green 234 ◦ blue 106

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

Shades of Sulu #BDEA6A

Tints of Sulu #BDEA6A

RGB

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

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

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

R = 35.73%
G = 44.23%
B = 20.04%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#BDEA6A (or 0xBDEA6A) is known color: Sulu. HEX triplet: BD, EA and 6A. RGB value is (189,234,106). Sum of RGB (Red+Green+Blue) = 189+234+106=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 106 (41.80% from 255 or 20.04% from 529); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEA6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEA6A is #421595. Grayscale: #CECECE. Windows color (decimal): -4330902 or 7006909. OLE color: 7006909.

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

Color convert

RGB 189 234 106 -
CMYK 0.19 0 0.55 0.08
HSL 81.09º 0.75% 0.67% -
HSV(B) 81.09º 0.55% 0.92% -
XYZ 53.01 70.71 24.49 -
YUV 205.95 71.59 115.91 -
System Red Green Blue C M Y K H S L
Decimal 189 234 106 0.19 0 0.55 0.08 81.09 0.75 0.67
Hex BD EA 6A 13 0 37 8 51 4B 43
Octal 275 352 152 23 0 67 10 121 113 103
Binary 10111101 11101010 1101010 10011 0 110111 1000 1010001 1001011 1000011

Color Harmonies of #BDEA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEA6A

Black with #BDEA6A

Text Example


Text Example

White with #BDEA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEA6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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