Html Css Color HEX #BCF67A Sulu

📋 copy color: '#BCF67A'

red 188 ◦ green 246 ◦ blue 122

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

Shades of Sulu #BCF67A

Tints of Sulu #BCF67A

RGB

 RED value IS 188 (73.83% from 255) = 33.81%

 GREEN value IS 246 (96.48% from 255) = 44.24%

 BLUE value IS 122 (48.05% from 255) = 21.94%

R = 33.81%
G = 44.24%
B = 21.94%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#BCF67A (or 0xBCF67A) is known color: Sulu. HEX triplet: BC, F6 and 7A. RGB value is (188,246,122). Sum of RGB (Red+Green+Blue) = 188+246+122=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 246 (96.48% from 255 or 44.24% from 556); Blue value is 122 (48.05% from 255 or 21.94% from 556); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF67A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF67A is #430985. Grayscale: #D6D6D6. Windows color (decimal): -4393350 or 8058556. OLE color: 8058556.

HSL color Cylindrical-coordinate representation of color #BCF67A: hue angle of 88.06º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCF67A is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 246 122 -
CMYK 0.24 0 0.50 0.04
HSL 88.06º 0.87% 0.72% -
HSV(B) 88.06º 0.5% 0.96% -
XYZ 57.21 78.01 30.45 -
YUV 214.52 75.78 109.08 -
System Red Green Blue C M Y K H S L
Decimal 188 246 122 0.24 0 0.50 0.04 88.06 0.87 0.72
Hex BC F6 7A 18 0 32 4 58 57 48
Octal 274 366 172 30 0 62 4 130 127 110
Binary 10111100 11110110 1111010 11000 0 110010 100 1011000 1010111 1001000

Color Harmonies of #BCF67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF67A

Black with #BCF67A

Text Example


Text Example

White with #BCF67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF67A; }

 p { color: rgb(188,246,122); }

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

background-color css

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

 a { background-color: rgb(188,246,122); }

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

border-color css

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

 span { border-color: rgb(188,246,122); }

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