Html Css Color HEX #BDE169 Conifer

📋 copy color: '#BDE169'

red 189 ◦ green 225 ◦ blue 105

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

Shades of Conifer #BDE169

Tints of Conifer #BDE169

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.35%

 BLUE value IS 105 (41.41% from 255) = 20.23%

R = 36.42%
G = 43.35%
B = 20.23%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#BDE169 (or 0xBDE169) is known color: Conifer. HEX triplet: BD, E1 and 69. RGB value is (189,225,105). Sum of RGB (Red+Green+Blue) = 189+225+105=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 225 (88.28% from 255 or 43.35% from 519); Blue value is 105 (41.41% from 255 or 20.23% from 519); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE169 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE169 is #421E96. Grayscale: #C9C9C9. Windows color (decimal): -4333207 or 6939069. OLE color: 6939069.

HSL color Cylindrical-coordinate representation of color #BDE169: hue angle of 78º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDE169 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 225 105 -
CMYK 0.16 0 0.53 0.12
HSL 78º 0.67% 0.65% -
HSV(B) 78º 0.53% 0.88% -
XYZ 50.46 65.69 23.38 -
YUV 200.56 74.07 119.76 -
System Red Green Blue C M Y K H S L
Decimal 189 225 105 0.16 0 0.53 0.12 78 0.67 0.65
Hex BD E1 69 10 0 35 C 4E 43 41
Octal 275 341 151 20 0 65 14 116 103 101
Binary 10111101 11100001 1101001 10000 0 110101 1100 1001110 1000011 1000001

Color Harmonies of #BDE169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE169

Black with #BDE169

Text Example


Text Example

White with #BDE169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE169; }

 p { color: rgb(189,225,105); }

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

background-color css

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

 a { background-color: rgb(189,225,105); }

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

border-color css

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

 span { border-color: rgb(189,225,105); }

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