Html Css Color HEX #BDE167 Conifer

📋 copy color: '#BDE167'

red 189 ◦ green 225 ◦ blue 103

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

Shades of Conifer #BDE167

Tints of Conifer #BDE167

RGB

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

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

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

R = 36.56%
G = 43.52%
B = 19.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#BDE167 (or 0xBDE167) is known color: Conifer. HEX triplet: BD, E1 and 67. RGB value is (189,225,103). Sum of RGB (Red+Green+Blue) = 189+225+103=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 225 (88.28% from 255 or 43.52% from 517); Blue value is 103 (40.62% from 255 or 19.92% from 517); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE167 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE167 is #421E98. Grayscale: #C8C8C8. Windows color (decimal): -4333209 or 6807997. OLE color: 6807997.

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

Color convert

RGB 189 225 103 -
CMYK 0.16 0 0.54 0.12
HSL 77.7º 0.67% 0.64% -
HSV(B) 77.7º 0.54% 0.88% -
XYZ 50.36 65.65 22.85 -
YUV 200.33 73.07 119.92 -
System Red Green Blue C M Y K H S L
Decimal 189 225 103 0.16 0 0.54 0.12 77.7 0.67 0.64
Hex BD E1 67 10 0 36 C 4E 43 40
Octal 275 341 147 20 0 66 14 116 103 100
Binary 10111101 11100001 1100111 10000 0 110110 1100 1001110 1000011 1000000

Color Harmonies of #BDE167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE167

Black with #BDE167

Text Example


Text Example

White with #BDE167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE167; }

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

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

background-color css

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

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

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

border-color css

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

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

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