Html Css Color HEX #BDD648 Conifer

📋 copy color: '#BDD648'

red 189 ◦ green 214 ◦ blue 72

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

Shades of Conifer #BDD648

Tints of Conifer #BDD648

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.05%

 BLUE value IS 72 (28.52% from 255) = 15.16%

R = 39.79%
G = 45.05%
B = 15.16%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#BDD648 (or 0xBDD648) is known color: Conifer. HEX triplet: BD, D6 and 48. RGB value is (189,214,72). Sum of RGB (Red+Green+Blue) = 189+214+72=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 72 (28.52% from 255 or 15.16% from 475); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD648 is #4229B7. Grayscale: #BEBEBE. Windows color (decimal): -4336056 or 4773565. OLE color: 4773565.

HSL color Cylindrical-coordinate representation of color #BDD648: hue angle of 70.56º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDD648 is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 214 72 -
CMYK 0.12 0 0.66 0.16
HSL 70.56º 0.63% 0.56% -
HSV(B) 70.56º 0.66% 0.84% -
XYZ 46.2 59.38 15.16 -
YUV 190.34 61.22 127.05 -
System Red Green Blue C M Y K H S L
Decimal 189 214 72 0.12 0 0.66 0.16 70.56 0.63 0.56
Hex BD D6 48 C 0 42 10 47 3F 38
Octal 275 326 110 14 0 102 20 107 77 70
Binary 10111101 11010110 1001000 1100 0 1000010 10000 1000111 111111 111000

Color Harmonies of #BDD648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD648

Black with #BDD648

Text Example


Text Example

White with #BDD648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD648; }

 p { color: rgb(189,214,72); }

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

background-color css

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

 a { background-color: rgb(189,214,72); }

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

border-color css

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

 span { border-color: rgb(189,214,72); }

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