Html Css Color HEX #BDE467 Conifer

📋 copy color: '#BDE467'

red 189 ◦ green 228 ◦ blue 103

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

Shades of Conifer #BDE467

Tints of Conifer #BDE467

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.85%

 BLUE value IS 103 (40.63% from 255) = 19.81%

R = 36.35%
G = 43.85%
B = 19.81%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#BDE467 (or 0xBDE467) is known color: Conifer. HEX triplet: BD, E4 and 67. RGB value is (189,228,103). Sum of RGB (Red+Green+Blue) = 189+228+103=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 228 (89.45% from 255 or 43.85% from 520); Blue value is 103 (40.62% from 255 or 19.81% from 520); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE467 is #421B98. Grayscale: #CACACA. Windows color (decimal): -4332441 or 6808765. OLE color: 6808765.

HSL color Cylindrical-coordinate representation of color #BDE467: hue angle of 78.72º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDE467 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 228 103 -
CMYK 0.17 0 0.55 0.11
HSL 78.72º 0.7% 0.65% -
HSV(B) 78.72º 0.55% 0.89% -
XYZ 51.18 67.28 23.12 -
YUV 202.09 72.08 118.66 -
System Red Green Blue C M Y K H S L
Decimal 189 228 103 0.17 0 0.55 0.11 78.72 0.7 0.65
Hex BD E4 67 11 0 37 B 4F 46 41
Octal 275 344 147 21 0 67 13 117 106 101
Binary 10111101 11100100 1100111 10001 0 110111 1011 1001111 1000110 1000001

Color Harmonies of #BDE467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE467

Black with #BDE467

Text Example


Text Example

White with #BDE467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE467; }

 p { color: rgb(189,228,103); }

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

background-color css

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

 a { background-color: rgb(189,228,103); }

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

border-color css

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

 span { border-color: rgb(189,228,103); }

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