Html Css Color HEX #BDE364 Conifer

📋 copy color: '#BDE364'

red 189 ◦ green 227 ◦ blue 100

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

Shades of Conifer #BDE364

Tints of Conifer #BDE364

RGB

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

 GREEN value IS 227 (89.06% from 255) = 43.99%

 BLUE value IS 100 (39.45% from 255) = 19.38%

R = 36.63%
G = 43.99%
B = 19.38%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#BDE364 (or 0xBDE364) is known color: Conifer. HEX triplet: BD, E3 and 64. RGB value is (189,227,100). Sum of RGB (Red+Green+Blue) = 189+227+100=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 227 (89.06% from 255 or 43.99% from 516); Blue value is 100 (39.45% from 255 or 19.38% from 516); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE364 is #421C9B. Grayscale: #C9C9C9. Windows color (decimal): -4332700 or 6611901. OLE color: 6611901.

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

Color convert

RGB 189 227 100 -
CMYK 0.17 0 0.56 0.11
HSL 77.95º 0.69% 0.64% -
HSV(B) 77.95º 0.56% 0.89% -
XYZ 50.76 66.68 22.25 -
YUV 201.16 70.91 119.33 -
System Red Green Blue C M Y K H S L
Decimal 189 227 100 0.17 0 0.56 0.11 77.95 0.69 0.64
Hex BD E3 64 11 0 38 B 4E 45 40
Octal 275 343 144 21 0 70 13 116 105 100
Binary 10111101 11100011 1100100 10001 0 111000 1011 1001110 1000101 1000000

Color Harmonies of #BDE364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE364

Black with #BDE364

Text Example


Text Example

White with #BDE364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE364; }

 p { color: rgb(189,227,100); }

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

background-color css

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

 a { background-color: rgb(189,227,100); }

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

border-color css

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

 span { border-color: rgb(189,227,100); }

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