Html Css Color HEX #B0CF3A Atlantis

📋 copy color: '#B0CF3A'

red 176 ◦ green 207 ◦ blue 58

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

Shades of Atlantis #B0CF3A

Tints of Atlantis #B0CF3A

RGB

 RED value IS 176 (69.14% from 255) = 39.91%

 GREEN value IS 207 (81.25% from 255) = 46.94%

 BLUE value IS 58 (23.05% from 255) = 13.15%

R = 39.91%
G = 46.94%
B = 13.15%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#B0CF3A (or 0xB0CF3A) is known color: Atlantis. HEX triplet: B0, CF and 3A. RGB value is (176,207,58). Sum of RGB (Red+Green+Blue) = 176+207+58=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 58 (23.05% from 255 or 13.15% from 441); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CF3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CF3A is #4F30C5. Grayscale: #B5B5B5. Windows color (decimal): -5189830 or 3854256. OLE color: 3854256.

HSL color Cylindrical-coordinate representation of color #B0CF3A: hue angle of 72.48º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B0CF3A is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 207 58 -
CMYK 0.15 0 0.72 0.19
HSL 72.48º 0.61% 0.52% -
HSV(B) 72.48º 0.72% 0.81% -
XYZ 40.98 54.16 12.3 -
YUV 180.75 58.73 124.62 -
System Red Green Blue C M Y K H S L
Decimal 176 207 58 0.15 0 0.72 0.19 72.48 0.61 0.52
Hex B0 CF 3A F 0 48 13 48 3D 34
Octal 260 317 72 17 0 110 23 110 75 64
Binary 10110000 11001111 111010 1111 0 1001000 10011 1001000 111101 110100

Color Harmonies of #B0CF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CF3A

Black with #B0CF3A

Text Example


Text Example

White with #B0CF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CF3A; }

 p { color: rgb(176,207,58); }

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

background-color css

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

 a { background-color: rgb(176,207,58); }

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

border-color css

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

 span { border-color: rgb(176,207,58); }

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