Html Css Color HEX #B2B623 Bahia

📋 copy color: '#B2B623'

red 178 ◦ green 182 ◦ blue 35

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

Shades of Bahia #B2B623

Tints of Bahia #B2B623

RGB

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

 GREEN value IS 182 (71.48% from 255) = 46.08%

 BLUE value IS 35 (14.06% from 255) = 8.86%

R = 45.06%
G = 46.08%
B = 8.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B2B623 (or 0xB2B623) is known color: Bahia. HEX triplet: B2, B6 and 23. RGB value is (178,182,35). Sum of RGB (Red+Green+Blue) = 178+182+35=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 182 (71.48% from 255 or 46.08% from 395); Blue value is 35 (14.06% from 255 or 8.86% from 395); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B623 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B623 is #4D49DC. Grayscale: #A4A4A4. Windows color (decimal): -5065181 or 2340530. OLE color: 2340530.

HSL color Cylindrical-coordinate representation of color #B2B623: hue angle of 61.63º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B2B623 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 182 35 -
CMYK 0.02 0 0.81 0.29
HSL 61.63º 0.68% 0.43% -
HSV(B) 61.63º 0.81% 0.71% -
XYZ 35.39 43.04 8.03 -
YUV 164.05 55.17 137.95 -
System Red Green Blue C M Y K H S L
Decimal 178 182 35 0.02 0 0.81 0.29 61.63 0.68 0.43
Hex B2 B6 23 2 0 51 1D 3E 44 2B
Octal 262 266 43 2 0 121 35 76 104 53
Binary 10110010 10110110 100011 10 0 1010001 11101 111110 1000100 101011

Color Harmonies of #B2B623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B623

Black with #B2B623

Text Example


Text Example

White with #B2B623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B623; }

 p { color: rgb(178,182,35); }

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

background-color css

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

 a { background-color: rgb(178,182,35); }

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

border-color css

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

 span { border-color: rgb(178,182,35); }

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