Html Css Color HEX #BFD58A Sulu

📋 copy color: '#BFD58A'

red 191 ◦ green 213 ◦ blue 138

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

Shades of Sulu #BFD58A

Tints of Sulu #BFD58A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.3%

 BLUE value IS 138 (54.3% from 255) = 25.46%

R = 35.24%
G = 39.3%
B = 25.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#BFD58A (or 0xBFD58A) is known color: Sulu. HEX triplet: BF, D5 and 8A. RGB value is (191,213,138). Sum of RGB (Red+Green+Blue) = 191+213+138=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 213 (83.59% from 255 or 39.30% from 542); Blue value is 138 (54.30% from 255 or 25.46% from 542); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD58A is #402A75. Grayscale: #C6C6C6. Windows color (decimal): -4205174 or 9098687. OLE color: 9098687.

HSL color Cylindrical-coordinate representation of color #BFD58A: hue angle of 77.6º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFD58A is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 213 138 -
CMYK 0.10 0 0.35 0.16
HSL 77.6º 0.47% 0.69% -
HSV(B) 77.6º 0.35% 0.84% -
XYZ 49.87 60.5 33.09 -
YUV 197.87 94.21 123.1 -
System Red Green Blue C M Y K H S L
Decimal 191 213 138 0.10 0 0.35 0.16 77.6 0.47 0.69
Hex BF D5 8A A 0 23 10 4E 2F 45
Octal 277 325 212 12 0 43 20 116 57 105
Binary 10111111 11010101 10001010 1010 0 100011 10000 1001110 101111 1000101

Color Harmonies of #BFD58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD58A

Black with #BFD58A

Text Example


Text Example

White with #BFD58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD58A; }

 p { color: rgb(191,213,138); }

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

background-color css

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

 a { background-color: rgb(191,213,138); }

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

border-color css

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

 span { border-color: rgb(191,213,138); }

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