Html Css Color HEX #B2BE2D Bahia

📋 copy color: '#B2BE2D'

red 178 ◦ green 190 ◦ blue 45

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

Shades of Bahia #B2BE2D

Tints of Bahia #B2BE2D

RGB

 RED value IS 178 (69.92% from 255) = 43.1%

 GREEN value IS 190 (74.61% from 255) = 46%

 BLUE value IS 45 (17.97% from 255) = 10.9%

R = 43.1%
G = 46%
B = 10.9%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#B2BE2D (or 0xB2BE2D) is known color: Bahia. HEX triplet: B2, BE and 2D. RGB value is (178,190,45). Sum of RGB (Red+Green+Blue) = 178+190+45=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 190 (74.61% from 255 or 46.00% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BE2D is #4D41D2. Grayscale: #AAAAAA. Windows color (decimal): -5063123 or 2997938. OLE color: 2997938.

HSL color Cylindrical-coordinate representation of color #B2BE2D: hue angle of 64.97º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B2BE2D is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 190 45 -
CMYK 0.06 0 0.76 0.25
HSL 64.97º 0.62% 0.46% -
HSV(B) 64.97º 0.76% 0.75% -
XYZ 37.25 46.48 9.49 -
YUV 169.88 57.52 133.79 -
System Red Green Blue C M Y K H S L
Decimal 178 190 45 0.06 0 0.76 0.25 64.97 0.62 0.46
Hex B2 BE 2D 6 0 4C 19 41 3E 2E
Octal 262 276 55 6 0 114 31 101 76 56
Binary 10110010 10111110 101101 110 0 1001100 11001 1000001 111110 101110

Color Harmonies of #B2BE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BE2D

Black with #B2BE2D

Text Example


Text Example

White with #B2BE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BE2D; }

 p { color: rgb(178,190,45); }

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

background-color css

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

 a { background-color: rgb(178,190,45); }

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

border-color css

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

 span { border-color: rgb(178,190,45); }

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