Html Css Color HEX #BFDC84 Sulu

📋 copy color: '#BFDC84'

red 191 ◦ green 220 ◦ blue 132

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

Shades of Sulu #BFDC84

Tints of Sulu #BFDC84

RGB

 RED value IS 191 (75% from 255) = 35.17%

 GREEN value IS 220 (86.33% from 255) = 40.52%

 BLUE value IS 132 (51.95% from 255) = 24.31%

R = 35.17%
G = 40.52%
B = 24.31%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#BFDC84 (or 0xBFDC84) is known color: Sulu. HEX triplet: BF, DC and 84. RGB value is (191,220,132). Sum of RGB (Red+Green+Blue) = 191+220+132=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 132 (51.95% from 255 or 24.31% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDC84 is #40237B. Grayscale: #C9C9C9. Windows color (decimal): -4203388 or 8707263. OLE color: 8707263.

HSL color Cylindrical-coordinate representation of color #BFDC84: hue angle of 79.77º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFDC84 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 220 132 -
CMYK 0.13 0 0.40 0.14
HSL 79.77º 0.56% 0.69% -
HSV(B) 79.77º 0.4% 0.86% -
XYZ 51.24 63.93 31.47 -
YUV 201.3 88.89 120.66 -
System Red Green Blue C M Y K H S L
Decimal 191 220 132 0.13 0 0.40 0.14 79.77 0.56 0.69
Hex BF DC 84 D 0 28 E 50 38 45
Octal 277 334 204 15 0 50 16 120 70 105
Binary 10111111 11011100 10000100 1101 0 101000 1110 1010000 111000 1000101

Color Harmonies of #BFDC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDC84

Black with #BFDC84

Text Example


Text Example

White with #BFDC84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDC84; }

 p { color: rgb(191,220,132); }

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

background-color css

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

 a { background-color: rgb(191,220,132); }

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

border-color css

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

 span { border-color: rgb(191,220,132); }

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